@1interface/chat-core 0.2.0 → 0.2.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.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -945,6 +945,7 @@ export declare interface StartConversationBody {
|
|
|
945
945
|
|
|
946
946
|
export declare interface StartConversationMetadata {
|
|
947
947
|
user_location?: UserLocation;
|
|
948
|
+
device_token?: string;
|
|
948
949
|
}
|
|
949
950
|
|
|
950
951
|
export declare const store: EnhancedStore< {
|
|
@@ -1117,6 +1118,7 @@ export declare interface StreamMessageParams {
|
|
|
1117
1118
|
message: string;
|
|
1118
1119
|
enableTts?: boolean;
|
|
1119
1120
|
debugMode?: boolean;
|
|
1121
|
+
body?: Record<string, unknown>;
|
|
1120
1122
|
}
|
|
1121
1123
|
|
|
1122
1124
|
export declare const THINKING_MESSAGES: {
|