@tigmart/ai-types 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -208,7 +208,7 @@ interface ChatStorage {
|
|
|
208
208
|
|
|
209
209
|
/**
|
|
210
210
|
* The contract every LLM provider adapter must implement.
|
|
211
|
-
* Implementations live in @
|
|
211
|
+
* Implementations live in @tigmart/ai-core (server-side only).
|
|
212
212
|
*
|
|
213
213
|
* The adapter receives normalized Message objects and returns an
|
|
214
214
|
* AsyncIterable of StreamChunks. Mapping to/from provider-specific
|
package/dist/index.d.ts
CHANGED
|
@@ -208,7 +208,7 @@ interface ChatStorage {
|
|
|
208
208
|
|
|
209
209
|
/**
|
|
210
210
|
* The contract every LLM provider adapter must implement.
|
|
211
|
-
* Implementations live in @
|
|
211
|
+
* Implementations live in @tigmart/ai-core (server-side only).
|
|
212
212
|
*
|
|
213
213
|
* The adapter receives normalized Message objects and returns an
|
|
214
214
|
* AsyncIterable of StreamChunks. Mapping to/from provider-specific
|