@assistant-ui/react 0.8.20 → 0.9.1
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/api/ThreadRuntime.d.ts.map +1 -1
- package/dist/api/ThreadRuntime.js +3 -1
- package/dist/api/ThreadRuntime.js.map +1 -1
- package/dist/api/ThreadRuntime.mjs +3 -1
- package/dist/api/ThreadRuntime.mjs.map +1 -1
- package/dist/cloud/AssistantCloudRuns.d.ts +2 -2
- package/dist/cloud/AssistantCloudRuns.d.ts.map +1 -1
- package/dist/cloud/AssistantCloudRuns.js.map +1 -1
- package/dist/cloud/AssistantCloudRuns.mjs.map +1 -1
- package/dist/cloud/auiV0.d.ts +1 -2
- package/dist/cloud/auiV0.d.ts.map +1 -1
- package/dist/cloud/auiV0.js.map +1 -1
- package/dist/cloud/auiV0.mjs.map +1 -1
- package/dist/context/react/AttachmentContext.d.ts +108 -108
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -3
- package/dist/index.mjs.map +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.d.ts.map +1 -1
- package/dist/internal.js +4 -4
- package/dist/internal.js.map +1 -1
- package/dist/internal.mjs +3 -3
- package/dist/internal.mjs.map +1 -1
- package/dist/primitives/assistantModal/AssistantModalRoot.d.ts.map +1 -1
- package/dist/primitives/assistantModal/AssistantModalRoot.js +5 -2
- package/dist/primitives/assistantModal/AssistantModalRoot.js.map +1 -1
- package/dist/primitives/assistantModal/AssistantModalRoot.mjs +5 -2
- package/dist/primitives/assistantModal/AssistantModalRoot.mjs.map +1 -1
- package/dist/runtimes/composer/BaseComposerRuntimeCore.d.ts +1 -1
- package/dist/runtimes/composer/BaseComposerRuntimeCore.d.ts.map +1 -1
- package/dist/runtimes/composer/BaseComposerRuntimeCore.js +3 -1
- package/dist/runtimes/composer/BaseComposerRuntimeCore.js.map +1 -1
- package/dist/runtimes/composer/BaseComposerRuntimeCore.mjs +3 -1
- package/dist/runtimes/composer/BaseComposerRuntimeCore.mjs.map +1 -1
- package/dist/runtimes/external-store/ThreadMessageLike.d.ts.map +1 -1
- package/dist/runtimes/external-store/ThreadMessageLike.js +2 -2
- package/dist/runtimes/external-store/ThreadMessageLike.js.map +1 -1
- package/dist/runtimes/external-store/ThreadMessageLike.mjs +1 -1
- package/dist/runtimes/external-store/ThreadMessageLike.mjs.map +1 -1
- package/dist/runtimes/index.d.ts +1 -2
- package/dist/runtimes/index.d.ts.map +1 -1
- package/dist/runtimes/index.js +6 -5
- package/dist/runtimes/index.js.map +1 -1
- package/dist/runtimes/index.mjs +7 -3
- package/dist/runtimes/index.mjs.map +1 -1
- package/dist/runtimes/local/LocalThreadRuntimeCore.d.ts.map +1 -1
- package/dist/runtimes/local/LocalThreadRuntimeCore.js +3 -3
- package/dist/runtimes/local/LocalThreadRuntimeCore.js.map +1 -1
- package/dist/runtimes/local/LocalThreadRuntimeCore.mjs +4 -4
- package/dist/runtimes/local/LocalThreadRuntimeCore.mjs.map +1 -1
- package/dist/runtimes/remote-thread-list/adapter/cloud.d.ts.map +1 -1
- package/dist/runtimes/remote-thread-list/adapter/cloud.js +2 -2
- package/dist/runtimes/remote-thread-list/adapter/cloud.js.map +1 -1
- package/dist/runtimes/remote-thread-list/adapter/cloud.mjs +2 -2
- package/dist/runtimes/remote-thread-list/adapter/cloud.mjs.map +1 -1
- package/dist/runtimes/{edge/streams → streams}/toolResultStream.d.ts +1 -1
- package/dist/runtimes/streams/toolResultStream.d.ts.map +1 -0
- package/dist/runtimes/{edge/streams → streams}/toolResultStream.js +1 -1
- package/dist/runtimes/streams/toolResultStream.js.map +1 -0
- package/dist/runtimes/{edge/streams → streams}/toolResultStream.mjs +1 -1
- package/dist/runtimes/streams/toolResultStream.mjs.map +1 -0
- package/dist/runtimes/utils/MessageRepository.d.ts +2 -2
- package/dist/runtimes/utils/MessageRepository.d.ts.map +1 -1
- package/dist/runtimes/utils/MessageRepository.js +1 -5
- package/dist/runtimes/utils/MessageRepository.js.map +1 -1
- package/dist/runtimes/utils/MessageRepository.mjs +1 -5
- package/dist/runtimes/utils/MessageRepository.mjs.map +1 -1
- package/dist/types/AssistantTypes.d.ts +3 -60
- package/dist/types/AssistantTypes.d.ts.map +1 -1
- package/dist/types/AssistantTypes.js.map +1 -1
- package/dist/types/AttachmentTypes.d.ts +3 -3
- package/dist/types/AttachmentTypes.d.ts.map +1 -1
- package/dist/types/AttachmentTypes.js.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js.map +1 -1
- package/package.json +11 -17
- package/src/api/ThreadRuntime.ts +2 -0
- package/src/cloud/AssistantCloudRuns.tsx +2 -2
- package/src/cloud/auiV0.ts +1 -2
- package/src/index.ts +0 -2
- package/src/internal.ts +1 -1
- package/src/primitives/assistantModal/AssistantModalRoot.tsx +6 -2
- package/src/runtimes/composer/BaseComposerRuntimeCore.tsx +2 -0
- package/src/runtimes/external-store/ThreadMessageLike.tsx +1 -1
- package/src/runtimes/index.ts +4 -2
- package/src/runtimes/local/LocalThreadRuntimeCore.tsx +4 -4
- package/src/runtimes/remote-thread-list/adapter/cloud.tsx +1 -2
- package/src/runtimes/{edge/streams → streams}/toolResultStream.ts +1 -1
- package/src/runtimes/utils/MessageRepository.tsx +3 -7
- package/src/tests/MessageRepository.test.ts +7 -10
- package/src/types/AssistantTypes.ts +3 -81
- package/src/types/AttachmentTypes.ts +3 -3
- package/src/types/index.ts +0 -9
- package/dist/edge.d.ts +0 -2
- package/dist/edge.d.ts.map +0 -1
- package/dist/edge.js +0 -33
- package/dist/edge.js.map +0 -1
- package/dist/edge.mjs +0 -10
- package/dist/edge.mjs.map +0 -1
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.d.ts +0 -9
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.d.ts.map +0 -1
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.js +0 -58
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.js.map +0 -1
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.mjs +0 -35
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.mjs.map +0 -1
- package/dist/runtimes/dangerous-in-browser/index.d.ts +0 -2
- package/dist/runtimes/dangerous-in-browser/index.d.ts.map +0 -1
- package/dist/runtimes/dangerous-in-browser/index.js +0 -31
- package/dist/runtimes/dangerous-in-browser/index.js.map +0 -1
- package/dist/runtimes/dangerous-in-browser/index.mjs +0 -8
- package/dist/runtimes/dangerous-in-browser/index.mjs.map +0 -1
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.d.ts +0 -5
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.d.ts.map +0 -1
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.js +0 -40
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.js.map +0 -1
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.mjs +0 -18
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.mjs.map +0 -1
- package/dist/runtimes/edge/EdgeModelAdapter.d.ts +0 -48
- package/dist/runtimes/edge/EdgeModelAdapter.d.ts.map +0 -1
- package/dist/runtimes/edge/EdgeModelAdapter.js +0 -127
- package/dist/runtimes/edge/EdgeModelAdapter.js.map +0 -1
- package/dist/runtimes/edge/EdgeModelAdapter.mjs +0 -94
- package/dist/runtimes/edge/EdgeModelAdapter.mjs.map +0 -1
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.d.ts +0 -345
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.d.ts.map +0 -1
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.js +0 -106
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.js.map +0 -1
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.mjs +0 -84
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.mjs.map +0 -1
- package/dist/runtimes/edge/converters/fromCoreMessage.d.ts +0 -8
- package/dist/runtimes/edge/converters/fromCoreMessage.d.ts.map +0 -1
- package/dist/runtimes/edge/converters/fromCoreMessage.js +0 -89
- package/dist/runtimes/edge/converters/fromCoreMessage.js.map +0 -1
- package/dist/runtimes/edge/converters/fromCoreMessage.mjs +0 -63
- package/dist/runtimes/edge/converters/fromCoreMessage.mjs.map +0 -1
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.d.ts +0 -8
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.d.ts.map +0 -1
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.js +0 -149
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.js.map +0 -1
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.mjs +0 -124
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.mjs.map +0 -1
- package/dist/runtimes/edge/converters/fromLanguageModelTools.d.ts +0 -4
- package/dist/runtimes/edge/converters/fromLanguageModelTools.d.ts.map +0 -1
- package/dist/runtimes/edge/converters/fromLanguageModelTools.js +0 -41
- package/dist/runtimes/edge/converters/fromLanguageModelTools.js.map +0 -1
- package/dist/runtimes/edge/converters/fromLanguageModelTools.mjs +0 -16
- package/dist/runtimes/edge/converters/fromLanguageModelTools.mjs.map +0 -1
- package/dist/runtimes/edge/converters/index.d.ts +0 -35
- package/dist/runtimes/edge/converters/index.d.ts.map +0 -1
- package/dist/runtimes/edge/converters/index.js +0 -50
- package/dist/runtimes/edge/converters/index.js.map +0 -1
- package/dist/runtimes/edge/converters/index.mjs +0 -24
- package/dist/runtimes/edge/converters/index.mjs.map +0 -1
- package/dist/runtimes/edge/converters/toCoreMessages.d.ts +0 -12
- package/dist/runtimes/edge/converters/toCoreMessages.d.ts.map +0 -1
- package/dist/runtimes/edge/converters/toCoreMessages.js +0 -74
- package/dist/runtimes/edge/converters/toCoreMessages.js.map +0 -1
- package/dist/runtimes/edge/converters/toCoreMessages.mjs +0 -48
- package/dist/runtimes/edge/converters/toCoreMessages.mjs.map +0 -1
- package/dist/runtimes/edge/converters/toLanguageModelMessages.d.ts +0 -6
- package/dist/runtimes/edge/converters/toLanguageModelMessages.d.ts.map +0 -1
- package/dist/runtimes/edge/converters/toLanguageModelMessages.js +0 -168
- package/dist/runtimes/edge/converters/toLanguageModelMessages.js.map +0 -1
- package/dist/runtimes/edge/converters/toLanguageModelMessages.mjs +0 -143
- package/dist/runtimes/edge/converters/toLanguageModelMessages.mjs.map +0 -1
- package/dist/runtimes/edge/converters/toLanguageModelTools.d.ts +0 -4
- package/dist/runtimes/edge/converters/toLanguageModelTools.d.ts.map +0 -1
- package/dist/runtimes/edge/converters/toLanguageModelTools.js +0 -50
- package/dist/runtimes/edge/converters/toLanguageModelTools.js.map +0 -1
- package/dist/runtimes/edge/converters/toLanguageModelTools.mjs +0 -15
- package/dist/runtimes/edge/converters/toLanguageModelTools.mjs.map +0 -1
- package/dist/runtimes/edge/createEdgeRuntimeAPI.d.ts +0 -36
- package/dist/runtimes/edge/createEdgeRuntimeAPI.d.ts.map +0 -1
- package/dist/runtimes/edge/createEdgeRuntimeAPI.js +0 -179
- package/dist/runtimes/edge/createEdgeRuntimeAPI.js.map +0 -1
- package/dist/runtimes/edge/createEdgeRuntimeAPI.mjs +0 -156
- package/dist/runtimes/edge/createEdgeRuntimeAPI.mjs.map +0 -1
- package/dist/runtimes/edge/index.d.ts +0 -6
- package/dist/runtimes/edge/index.d.ts.map +0 -1
- package/dist/runtimes/edge/index.js +0 -40
- package/dist/runtimes/edge/index.js.map +0 -1
- package/dist/runtimes/edge/index.mjs +0 -11
- package/dist/runtimes/edge/index.mjs.map +0 -1
- package/dist/runtimes/edge/streams/toolResultStream.d.ts.map +0 -1
- package/dist/runtimes/edge/streams/toolResultStream.js.map +0 -1
- package/dist/runtimes/edge/streams/toolResultStream.mjs.map +0 -1
- package/dist/runtimes/edge/useEdgeRuntime.d.ts +0 -5
- package/dist/runtimes/edge/useEdgeRuntime.d.ts.map +0 -1
- package/dist/runtimes/edge/useEdgeRuntime.js +0 -41
- package/dist/runtimes/edge/useEdgeRuntime.js.map +0 -1
- package/dist/runtimes/edge/useEdgeRuntime.mjs +0 -17
- package/dist/runtimes/edge/useEdgeRuntime.mjs.map +0 -1
- package/dist/utils/json/parse-partial-json.d.ts +0 -4
- package/dist/utils/json/parse-partial-json.d.ts.map +0 -1
- package/dist/utils/json/parse-partial-json.js +0 -90
- package/dist/utils/json/parse-partial-json.js.map +0 -1
- package/dist/utils/json/parse-partial-json.mjs +0 -54
- package/dist/utils/json/parse-partial-json.mjs.map +0 -1
- package/edge/README.md +0 -1
- package/edge/package.json +0 -5
- package/src/edge.ts +0 -4
- package/src/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.ts +0 -42
- package/src/runtimes/dangerous-in-browser/index.ts +0 -4
- package/src/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.ts +0 -21
- package/src/runtimes/edge/EdgeModelAdapter.ts +0 -188
- package/src/runtimes/edge/EdgeRuntimeRequestOptions.ts +0 -109
- package/src/runtimes/edge/converters/fromCoreMessage.ts +0 -76
- package/src/runtimes/edge/converters/fromLanguageModelMessages.ts +0 -149
- package/src/runtimes/edge/converters/fromLanguageModelTools.ts +0 -16
- package/src/runtimes/edge/converters/index.ts +0 -41
- package/src/runtimes/edge/converters/toCoreMessages.ts +0 -64
- package/src/runtimes/edge/converters/toLanguageModelMessages.ts +0 -184
- package/src/runtimes/edge/converters/toLanguageModelTools.ts +0 -18
- package/src/runtimes/edge/createEdgeRuntimeAPI.ts +0 -234
- package/src/runtimes/edge/index.ts +0 -7
- package/src/runtimes/edge/useEdgeRuntime.ts +0 -17
- package/src/utils/json/parse-partial-json.ts +0 -74
@@ -87,7 +87,7 @@ export declare const useThreadComposerAttachment: {
|
|
87
87
|
name: string;
|
88
88
|
contentType: string;
|
89
89
|
file?: File;
|
90
|
-
content?: import("../..").
|
90
|
+
content?: import("../..").ThreadUserContentPart[];
|
91
91
|
} & {
|
92
92
|
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
93
93
|
file: File;
|
@@ -102,7 +102,7 @@ export declare const useThreadComposerAttachment: {
|
|
102
102
|
name: string;
|
103
103
|
contentType: string;
|
104
104
|
file?: File;
|
105
|
-
content?: import("../..").
|
105
|
+
content?: import("../..").ThreadUserContentPart[];
|
106
106
|
} & {
|
107
107
|
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
108
108
|
file: File;
|
@@ -117,7 +117,7 @@ export declare const useThreadComposerAttachment: {
|
|
117
117
|
name: string;
|
118
118
|
contentType: string;
|
119
119
|
file?: File;
|
120
|
-
content?: import("../..").
|
120
|
+
content?: import("../..").ThreadUserContentPart[];
|
121
121
|
} & {
|
122
122
|
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
123
123
|
file: File;
|
@@ -131,7 +131,7 @@ export declare const useThreadComposerAttachment: {
|
|
131
131
|
name: string;
|
132
132
|
contentType: string;
|
133
133
|
file?: File;
|
134
|
-
content?: import("../..").
|
134
|
+
content?: import("../..").ThreadUserContentPart[];
|
135
135
|
} & {
|
136
136
|
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
137
137
|
file: File;
|
@@ -148,7 +148,7 @@ export declare const useThreadComposerAttachment: {
|
|
148
148
|
name: string;
|
149
149
|
contentType: string;
|
150
150
|
file?: File;
|
151
|
-
content?: import("../..").
|
151
|
+
content?: import("../..").ThreadUserContentPart[];
|
152
152
|
} & {
|
153
153
|
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
154
154
|
file: File;
|
@@ -165,7 +165,7 @@ export declare const useThreadComposerAttachment: {
|
|
165
165
|
name: string;
|
166
166
|
contentType: string;
|
167
167
|
file?: File;
|
168
|
-
content?: import("../..").
|
168
|
+
content?: import("../..").ThreadUserContentPart[];
|
169
169
|
} & {
|
170
170
|
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
171
171
|
file: File;
|
@@ -182,7 +182,7 @@ export declare const useThreadComposerAttachment: {
|
|
182
182
|
name: string;
|
183
183
|
contentType: string;
|
184
184
|
file?: File;
|
185
|
-
content?: import("../..").
|
185
|
+
content?: import("../..").ThreadUserContentPart[];
|
186
186
|
} & {
|
187
187
|
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
188
188
|
file: File;
|
@@ -200,7 +200,7 @@ export declare const useThreadComposerAttachment: {
|
|
200
200
|
name: string;
|
201
201
|
contentType: string;
|
202
202
|
file?: File;
|
203
|
-
content?: import("../..").
|
203
|
+
content?: import("../..").ThreadUserContentPart[];
|
204
204
|
} & {
|
205
205
|
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
206
206
|
file: File;
|
@@ -215,7 +215,7 @@ export declare const useThreadComposerAttachment: {
|
|
215
215
|
name: string;
|
216
216
|
contentType: string;
|
217
217
|
file?: File;
|
218
|
-
content?: import("../..").
|
218
|
+
content?: import("../..").ThreadUserContentPart[];
|
219
219
|
} & {
|
220
220
|
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
221
221
|
file: File;
|
@@ -232,7 +232,7 @@ export declare const useThreadComposerAttachment: {
|
|
232
232
|
name: string;
|
233
233
|
contentType: string;
|
234
234
|
file?: File;
|
235
|
-
content?: import("../..").
|
235
|
+
content?: import("../..").ThreadUserContentPart[];
|
236
236
|
} & {
|
237
237
|
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
238
238
|
file: File;
|
@@ -250,7 +250,7 @@ export declare const useThreadComposerAttachment: {
|
|
250
250
|
name: string;
|
251
251
|
contentType: string;
|
252
252
|
file?: File;
|
253
|
-
content?: import("../..").
|
253
|
+
content?: import("../..").ThreadUserContentPart[];
|
254
254
|
} & {
|
255
255
|
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
256
256
|
file: File;
|
@@ -265,7 +265,7 @@ export declare const useThreadComposerAttachment: {
|
|
265
265
|
name: string;
|
266
266
|
contentType: string;
|
267
267
|
file?: File;
|
268
|
-
content?: import("../..").
|
268
|
+
content?: import("../..").ThreadUserContentPart[];
|
269
269
|
} & {
|
270
270
|
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
271
271
|
file: File;
|
@@ -282,10 +282,10 @@ export declare const useEditComposerAttachment: {
|
|
282
282
|
name: string;
|
283
283
|
contentType: string;
|
284
284
|
file?: File;
|
285
|
-
content?: import("../..").
|
285
|
+
content?: import("../..").ThreadUserContentPart[];
|
286
286
|
} & {
|
287
|
-
status: import("../../types/AttachmentTypes").
|
288
|
-
|
287
|
+
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
288
|
+
content: import("../..").ThreadUserContentPart[];
|
289
289
|
} & {
|
290
290
|
readonly source: "edit-composer";
|
291
291
|
} & {
|
@@ -296,10 +296,10 @@ export declare const useEditComposerAttachment: {
|
|
296
296
|
name: string;
|
297
297
|
contentType: string;
|
298
298
|
file?: File;
|
299
|
-
content?: import("../..").
|
299
|
+
content?: import("../..").ThreadUserContentPart[];
|
300
300
|
} & {
|
301
|
-
status: import("../../types/AttachmentTypes").
|
302
|
-
|
301
|
+
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
302
|
+
file: File;
|
303
303
|
} & {
|
304
304
|
readonly source: "edit-composer";
|
305
305
|
} & {
|
@@ -311,10 +311,10 @@ export declare const useEditComposerAttachment: {
|
|
311
311
|
name: string;
|
312
312
|
contentType: string;
|
313
313
|
file?: File;
|
314
|
-
content?: import("../..").
|
314
|
+
content?: import("../..").ThreadUserContentPart[];
|
315
315
|
} & {
|
316
|
-
status: import("../../types/AttachmentTypes").
|
317
|
-
|
316
|
+
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
317
|
+
content: import("../..").ThreadUserContentPart[];
|
318
318
|
} & {
|
319
319
|
readonly source: "edit-composer";
|
320
320
|
} & {
|
@@ -325,10 +325,10 @@ export declare const useEditComposerAttachment: {
|
|
325
325
|
name: string;
|
326
326
|
contentType: string;
|
327
327
|
file?: File;
|
328
|
-
content?: import("../..").
|
328
|
+
content?: import("../..").ThreadUserContentPart[];
|
329
329
|
} & {
|
330
|
-
status: import("../../types/AttachmentTypes").
|
331
|
-
|
330
|
+
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
331
|
+
file: File;
|
332
332
|
} & {
|
333
333
|
readonly source: "edit-composer";
|
334
334
|
} & {
|
@@ -340,10 +340,10 @@ export declare const useEditComposerAttachment: {
|
|
340
340
|
name: string;
|
341
341
|
contentType: string;
|
342
342
|
file?: File;
|
343
|
-
content?: import("../..").
|
343
|
+
content?: import("../..").ThreadUserContentPart[];
|
344
344
|
} & {
|
345
|
-
status: import("../../types/AttachmentTypes").
|
346
|
-
|
345
|
+
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
346
|
+
content: import("../..").ThreadUserContentPart[];
|
347
347
|
} & {
|
348
348
|
readonly source: "edit-composer";
|
349
349
|
} & {
|
@@ -354,10 +354,10 @@ export declare const useEditComposerAttachment: {
|
|
354
354
|
name: string;
|
355
355
|
contentType: string;
|
356
356
|
file?: File;
|
357
|
-
content?: import("../..").
|
357
|
+
content?: import("../..").ThreadUserContentPart[];
|
358
358
|
} & {
|
359
|
-
status: import("../../types/AttachmentTypes").
|
360
|
-
|
359
|
+
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
360
|
+
file: File;
|
361
361
|
} & {
|
362
362
|
readonly source: "edit-composer";
|
363
363
|
} & {
|
@@ -368,10 +368,10 @@ export declare const useEditComposerAttachment: {
|
|
368
368
|
name: string;
|
369
369
|
contentType: string;
|
370
370
|
file?: File;
|
371
|
-
content?: import("../..").
|
371
|
+
content?: import("../..").ThreadUserContentPart[];
|
372
372
|
} & {
|
373
|
-
status: import("../../types/AttachmentTypes").
|
374
|
-
|
373
|
+
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
374
|
+
content: import("../..").ThreadUserContentPart[];
|
375
375
|
} & {
|
376
376
|
readonly source: "edit-composer";
|
377
377
|
} & {
|
@@ -382,10 +382,10 @@ export declare const useEditComposerAttachment: {
|
|
382
382
|
name: string;
|
383
383
|
contentType: string;
|
384
384
|
file?: File;
|
385
|
-
content?: import("../..").
|
385
|
+
content?: import("../..").ThreadUserContentPart[];
|
386
386
|
} & {
|
387
|
-
status: import("../../types/AttachmentTypes").
|
388
|
-
|
387
|
+
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
388
|
+
file: File;
|
389
389
|
} & {
|
390
390
|
readonly source: "edit-composer";
|
391
391
|
} & {
|
@@ -399,10 +399,10 @@ export declare const useEditComposerAttachment: {
|
|
399
399
|
name: string;
|
400
400
|
contentType: string;
|
401
401
|
file?: File;
|
402
|
-
content?: import("../..").
|
402
|
+
content?: import("../..").ThreadUserContentPart[];
|
403
403
|
} & {
|
404
|
-
status: import("../../types/AttachmentTypes").
|
405
|
-
|
404
|
+
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
405
|
+
content: import("../..").ThreadUserContentPart[];
|
406
406
|
} & {
|
407
407
|
readonly source: "edit-composer";
|
408
408
|
} & {
|
@@ -413,10 +413,10 @@ export declare const useEditComposerAttachment: {
|
|
413
413
|
name: string;
|
414
414
|
contentType: string;
|
415
415
|
file?: File;
|
416
|
-
content?: import("../..").
|
416
|
+
content?: import("../..").ThreadUserContentPart[];
|
417
417
|
} & {
|
418
|
-
status: import("../../types/AttachmentTypes").
|
419
|
-
|
418
|
+
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
419
|
+
file: File;
|
420
420
|
} & {
|
421
421
|
readonly source: "edit-composer";
|
422
422
|
} & {
|
@@ -430,10 +430,10 @@ export declare const useEditComposerAttachment: {
|
|
430
430
|
name: string;
|
431
431
|
contentType: string;
|
432
432
|
file?: File;
|
433
|
-
content?: import("../..").
|
433
|
+
content?: import("../..").ThreadUserContentPart[];
|
434
434
|
} & {
|
435
|
-
status: import("../../types/AttachmentTypes").
|
436
|
-
|
435
|
+
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
436
|
+
content: import("../..").ThreadUserContentPart[];
|
437
437
|
} & {
|
438
438
|
readonly source: "edit-composer";
|
439
439
|
} & {
|
@@ -444,10 +444,10 @@ export declare const useEditComposerAttachment: {
|
|
444
444
|
name: string;
|
445
445
|
contentType: string;
|
446
446
|
file?: File;
|
447
|
-
content?: import("../..").
|
447
|
+
content?: import("../..").ThreadUserContentPart[];
|
448
448
|
} & {
|
449
|
-
status: import("../../types/AttachmentTypes").
|
450
|
-
|
449
|
+
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
450
|
+
file: File;
|
451
451
|
} & {
|
452
452
|
readonly source: "edit-composer";
|
453
453
|
} & {
|
@@ -461,10 +461,10 @@ export declare const useEditComposerAttachment: {
|
|
461
461
|
name: string;
|
462
462
|
contentType: string;
|
463
463
|
file?: File;
|
464
|
-
content?: import("../..").
|
464
|
+
content?: import("../..").ThreadUserContentPart[];
|
465
465
|
} & {
|
466
|
-
status: import("../../types/AttachmentTypes").
|
467
|
-
|
466
|
+
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
467
|
+
content: import("../..").ThreadUserContentPart[];
|
468
468
|
} & {
|
469
469
|
readonly source: "edit-composer";
|
470
470
|
} & {
|
@@ -475,10 +475,10 @@ export declare const useEditComposerAttachment: {
|
|
475
475
|
name: string;
|
476
476
|
contentType: string;
|
477
477
|
file?: File;
|
478
|
-
content?: import("../..").
|
478
|
+
content?: import("../..").ThreadUserContentPart[];
|
479
479
|
} & {
|
480
|
-
status: import("../../types/AttachmentTypes").
|
481
|
-
|
480
|
+
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
481
|
+
file: File;
|
482
482
|
} & {
|
483
483
|
readonly source: "edit-composer";
|
484
484
|
} & {
|
@@ -493,10 +493,10 @@ export declare const useEditComposerAttachment: {
|
|
493
493
|
name: string;
|
494
494
|
contentType: string;
|
495
495
|
file?: File;
|
496
|
-
content?: import("../..").
|
496
|
+
content?: import("../..").ThreadUserContentPart[];
|
497
497
|
} & {
|
498
|
-
status: import("../../types/AttachmentTypes").
|
499
|
-
|
498
|
+
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
499
|
+
content: import("../..").ThreadUserContentPart[];
|
500
500
|
} & {
|
501
501
|
readonly source: "edit-composer";
|
502
502
|
} & {
|
@@ -507,10 +507,10 @@ export declare const useEditComposerAttachment: {
|
|
507
507
|
name: string;
|
508
508
|
contentType: string;
|
509
509
|
file?: File;
|
510
|
-
content?: import("../..").
|
510
|
+
content?: import("../..").ThreadUserContentPart[];
|
511
511
|
} & {
|
512
|
-
status: import("../../types/AttachmentTypes").
|
513
|
-
|
512
|
+
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
513
|
+
file: File;
|
514
514
|
} & {
|
515
515
|
readonly source: "edit-composer";
|
516
516
|
} & {
|
@@ -522,10 +522,10 @@ export declare const useEditComposerAttachment: {
|
|
522
522
|
name: string;
|
523
523
|
contentType: string;
|
524
524
|
file?: File;
|
525
|
-
content?: import("../..").
|
525
|
+
content?: import("../..").ThreadUserContentPart[];
|
526
526
|
} & {
|
527
|
-
status: import("../../types/AttachmentTypes").
|
528
|
-
|
527
|
+
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
528
|
+
content: import("../..").ThreadUserContentPart[];
|
529
529
|
} & {
|
530
530
|
readonly source: "edit-composer";
|
531
531
|
} & {
|
@@ -536,10 +536,10 @@ export declare const useEditComposerAttachment: {
|
|
536
536
|
name: string;
|
537
537
|
contentType: string;
|
538
538
|
file?: File;
|
539
|
-
content?: import("../..").
|
539
|
+
content?: import("../..").ThreadUserContentPart[];
|
540
540
|
} & {
|
541
|
-
status: import("../../types/AttachmentTypes").
|
542
|
-
|
541
|
+
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
542
|
+
file: File;
|
543
543
|
} & {
|
544
544
|
readonly source: "edit-composer";
|
545
545
|
} & {
|
@@ -553,10 +553,10 @@ export declare const useEditComposerAttachment: {
|
|
553
553
|
name: string;
|
554
554
|
contentType: string;
|
555
555
|
file?: File;
|
556
|
-
content?: import("../..").
|
556
|
+
content?: import("../..").ThreadUserContentPart[];
|
557
557
|
} & {
|
558
|
-
status: import("../../types/AttachmentTypes").
|
559
|
-
|
558
|
+
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
559
|
+
content: import("../..").ThreadUserContentPart[];
|
560
560
|
} & {
|
561
561
|
readonly source: "edit-composer";
|
562
562
|
} & {
|
@@ -567,10 +567,10 @@ export declare const useEditComposerAttachment: {
|
|
567
567
|
name: string;
|
568
568
|
contentType: string;
|
569
569
|
file?: File;
|
570
|
-
content?: import("../..").
|
570
|
+
content?: import("../..").ThreadUserContentPart[];
|
571
571
|
} & {
|
572
|
-
status: import("../../types/AttachmentTypes").
|
573
|
-
|
572
|
+
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
573
|
+
file: File;
|
574
574
|
} & {
|
575
575
|
readonly source: "edit-composer";
|
576
576
|
} & {
|
@@ -585,10 +585,10 @@ export declare const useEditComposerAttachment: {
|
|
585
585
|
name: string;
|
586
586
|
contentType: string;
|
587
587
|
file?: File;
|
588
|
-
content?: import("../..").
|
588
|
+
content?: import("../..").ThreadUserContentPart[];
|
589
589
|
} & {
|
590
|
-
status: import("../../types/AttachmentTypes").
|
591
|
-
|
590
|
+
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
591
|
+
content: import("../..").ThreadUserContentPart[];
|
592
592
|
} & {
|
593
593
|
readonly source: "edit-composer";
|
594
594
|
} & {
|
@@ -599,10 +599,10 @@ export declare const useEditComposerAttachment: {
|
|
599
599
|
name: string;
|
600
600
|
contentType: string;
|
601
601
|
file?: File;
|
602
|
-
content?: import("../..").
|
602
|
+
content?: import("../..").ThreadUserContentPart[];
|
603
603
|
} & {
|
604
|
-
status: import("../../types/AttachmentTypes").
|
605
|
-
|
604
|
+
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
605
|
+
file: File;
|
606
606
|
} & {
|
607
607
|
readonly source: "edit-composer";
|
608
608
|
} & {
|
@@ -614,10 +614,10 @@ export declare const useEditComposerAttachment: {
|
|
614
614
|
name: string;
|
615
615
|
contentType: string;
|
616
616
|
file?: File;
|
617
|
-
content?: import("../..").
|
617
|
+
content?: import("../..").ThreadUserContentPart[];
|
618
618
|
} & {
|
619
|
-
status: import("../../types/AttachmentTypes").
|
620
|
-
|
619
|
+
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
620
|
+
content: import("../..").ThreadUserContentPart[];
|
621
621
|
} & {
|
622
622
|
readonly source: "edit-composer";
|
623
623
|
} & {
|
@@ -628,10 +628,10 @@ export declare const useEditComposerAttachment: {
|
|
628
628
|
name: string;
|
629
629
|
contentType: string;
|
630
630
|
file?: File;
|
631
|
-
content?: import("../..").
|
631
|
+
content?: import("../..").ThreadUserContentPart[];
|
632
632
|
} & {
|
633
|
-
status: import("../../types/AttachmentTypes").
|
634
|
-
|
633
|
+
status: import("../../types/AttachmentTypes").PendingAttachmentStatus;
|
634
|
+
file: File;
|
635
635
|
} & {
|
636
636
|
readonly source: "edit-composer";
|
637
637
|
} & {
|
@@ -645,10 +645,10 @@ export declare const useMessageAttachment: {
|
|
645
645
|
name: string;
|
646
646
|
contentType: string;
|
647
647
|
file?: File;
|
648
|
-
content?: import("../..").
|
648
|
+
content?: import("../..").ThreadUserContentPart[];
|
649
649
|
} & {
|
650
650
|
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
651
|
-
content: import("../..").
|
651
|
+
content: import("../..").ThreadUserContentPart[];
|
652
652
|
} & {
|
653
653
|
readonly source: "message";
|
654
654
|
} & {
|
@@ -660,10 +660,10 @@ export declare const useMessageAttachment: {
|
|
660
660
|
name: string;
|
661
661
|
contentType: string;
|
662
662
|
file?: File;
|
663
|
-
content?: import("../..").
|
663
|
+
content?: import("../..").ThreadUserContentPart[];
|
664
664
|
} & {
|
665
665
|
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
666
|
-
content: import("../..").
|
666
|
+
content: import("../..").ThreadUserContentPart[];
|
667
667
|
} & {
|
668
668
|
readonly source: "message";
|
669
669
|
} & {
|
@@ -675,10 +675,10 @@ export declare const useMessageAttachment: {
|
|
675
675
|
name: string;
|
676
676
|
contentType: string;
|
677
677
|
file?: File;
|
678
|
-
content?: import("../..").
|
678
|
+
content?: import("../..").ThreadUserContentPart[];
|
679
679
|
} & {
|
680
680
|
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
681
|
-
content: import("../..").
|
681
|
+
content: import("../..").ThreadUserContentPart[];
|
682
682
|
} & {
|
683
683
|
readonly source: "message";
|
684
684
|
} & {
|
@@ -689,10 +689,10 @@ export declare const useMessageAttachment: {
|
|
689
689
|
name: string;
|
690
690
|
contentType: string;
|
691
691
|
file?: File;
|
692
|
-
content?: import("../..").
|
692
|
+
content?: import("../..").ThreadUserContentPart[];
|
693
693
|
} & {
|
694
694
|
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
695
|
-
content: import("../..").
|
695
|
+
content: import("../..").ThreadUserContentPart[];
|
696
696
|
} & {
|
697
697
|
readonly source: "message";
|
698
698
|
} & {
|
@@ -706,10 +706,10 @@ export declare const useMessageAttachment: {
|
|
706
706
|
name: string;
|
707
707
|
contentType: string;
|
708
708
|
file?: File;
|
709
|
-
content?: import("../..").
|
709
|
+
content?: import("../..").ThreadUserContentPart[];
|
710
710
|
} & {
|
711
711
|
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
712
|
-
content: import("../..").
|
712
|
+
content: import("../..").ThreadUserContentPart[];
|
713
713
|
} & {
|
714
714
|
readonly source: "message";
|
715
715
|
} & {
|
@@ -723,10 +723,10 @@ export declare const useMessageAttachment: {
|
|
723
723
|
name: string;
|
724
724
|
contentType: string;
|
725
725
|
file?: File;
|
726
|
-
content?: import("../..").
|
726
|
+
content?: import("../..").ThreadUserContentPart[];
|
727
727
|
} & {
|
728
728
|
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
729
|
-
content: import("../..").
|
729
|
+
content: import("../..").ThreadUserContentPart[];
|
730
730
|
} & {
|
731
731
|
readonly source: "message";
|
732
732
|
} & {
|
@@ -740,10 +740,10 @@ export declare const useMessageAttachment: {
|
|
740
740
|
name: string;
|
741
741
|
contentType: string;
|
742
742
|
file?: File;
|
743
|
-
content?: import("../..").
|
743
|
+
content?: import("../..").ThreadUserContentPart[];
|
744
744
|
} & {
|
745
745
|
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
746
|
-
content: import("../..").
|
746
|
+
content: import("../..").ThreadUserContentPart[];
|
747
747
|
} & {
|
748
748
|
readonly source: "message";
|
749
749
|
} & {
|
@@ -758,10 +758,10 @@ export declare const useMessageAttachment: {
|
|
758
758
|
name: string;
|
759
759
|
contentType: string;
|
760
760
|
file?: File;
|
761
|
-
content?: import("../..").
|
761
|
+
content?: import("../..").ThreadUserContentPart[];
|
762
762
|
} & {
|
763
763
|
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
764
|
-
content: import("../..").
|
764
|
+
content: import("../..").ThreadUserContentPart[];
|
765
765
|
} & {
|
766
766
|
readonly source: "message";
|
767
767
|
} & {
|
@@ -773,10 +773,10 @@ export declare const useMessageAttachment: {
|
|
773
773
|
name: string;
|
774
774
|
contentType: string;
|
775
775
|
file?: File;
|
776
|
-
content?: import("../..").
|
776
|
+
content?: import("../..").ThreadUserContentPart[];
|
777
777
|
} & {
|
778
778
|
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
779
|
-
content: import("../..").
|
779
|
+
content: import("../..").ThreadUserContentPart[];
|
780
780
|
} & {
|
781
781
|
readonly source: "message";
|
782
782
|
} & {
|
@@ -790,10 +790,10 @@ export declare const useMessageAttachment: {
|
|
790
790
|
name: string;
|
791
791
|
contentType: string;
|
792
792
|
file?: File;
|
793
|
-
content?: import("../..").
|
793
|
+
content?: import("../..").ThreadUserContentPart[];
|
794
794
|
} & {
|
795
795
|
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
796
|
-
content: import("../..").
|
796
|
+
content: import("../..").ThreadUserContentPart[];
|
797
797
|
} & {
|
798
798
|
readonly source: "message";
|
799
799
|
} & {
|
@@ -808,10 +808,10 @@ export declare const useMessageAttachment: {
|
|
808
808
|
name: string;
|
809
809
|
contentType: string;
|
810
810
|
file?: File;
|
811
|
-
content?: import("../..").
|
811
|
+
content?: import("../..").ThreadUserContentPart[];
|
812
812
|
} & {
|
813
813
|
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
814
|
-
content: import("../..").
|
814
|
+
content: import("../..").ThreadUserContentPart[];
|
815
815
|
} & {
|
816
816
|
readonly source: "message";
|
817
817
|
} & {
|
@@ -823,10 +823,10 @@ export declare const useMessageAttachment: {
|
|
823
823
|
name: string;
|
824
824
|
contentType: string;
|
825
825
|
file?: File;
|
826
|
-
content?: import("../..").
|
826
|
+
content?: import("../..").ThreadUserContentPart[];
|
827
827
|
} & {
|
828
828
|
status: import("../../types/AttachmentTypes").CompleteAttachmentStatus;
|
829
|
-
content: import("../..").
|
829
|
+
content: import("../..").ThreadUserContentPart[];
|
830
830
|
} & {
|
831
831
|
readonly source: "message";
|
832
832
|
} & {
|
package/dist/index.d.ts
CHANGED
@@ -5,6 +5,5 @@ export * from "./model-context";
|
|
5
5
|
export * from "./primitives";
|
6
6
|
export * from "./runtimes";
|
7
7
|
export * from "./types";
|
8
|
-
export { useToolArgsFieldStatus as unstable_useToolArgsFieldStatus } from "./utils/json/parse-partial-json";
|
9
8
|
export * as INTERNAL from "./internal";
|
10
9
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AAExB,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AAExB,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC"}
|
package/dist/index.js
CHANGED
@@ -31,8 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
31
31
|
// src/index.ts
|
32
32
|
var index_exports = {};
|
33
33
|
__export(index_exports, {
|
34
|
-
INTERNAL: () => INTERNAL
|
35
|
-
unstable_useToolArgsFieldStatus: () => import_parse_partial_json.useToolArgsFieldStatus
|
34
|
+
INTERNAL: () => INTERNAL
|
36
35
|
});
|
37
36
|
module.exports = __toCommonJS(index_exports);
|
38
37
|
__reExport(index_exports, require("./api/index.js"), module.exports);
|
@@ -42,12 +41,10 @@ __reExport(index_exports, require("./model-context/index.js"), module.exports);
|
|
42
41
|
__reExport(index_exports, require("./primitives/index.js"), module.exports);
|
43
42
|
__reExport(index_exports, require("./runtimes/index.js"), module.exports);
|
44
43
|
__reExport(index_exports, require("./types/index.js"), module.exports);
|
45
|
-
var import_parse_partial_json = require("./utils/json/parse-partial-json.js");
|
46
44
|
var INTERNAL = __toESM(require("./internal.js"));
|
47
45
|
// Annotate the CommonJS export names for ESM import in node:
|
48
46
|
0 && (module.exports = {
|
49
47
|
INTERNAL,
|
50
|
-
unstable_useToolArgsFieldStatus,
|
51
48
|
...require("./api/index.js"),
|
52
49
|
...require("./cloud/index.js"),
|
53
50
|
...require("./context/index.js"),
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from \"./api\";\nexport * from \"./cloud\";\nexport * from \"./context\";\nexport * from \"./model-context\";\nexport * from \"./primitives\";\nexport * from \"./runtimes\";\nexport * from \"./types\";\n\nexport
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from \"./api\";\nexport * from \"./cloud\";\nexport * from \"./context\";\nexport * from \"./model-context\";\nexport * from \"./primitives\";\nexport * from \"./runtimes\";\nexport * from \"./types\";\n\nexport * as INTERNAL from \"./internal\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAc,2BAAd;AACA,0BAAc,6BADd;AAEA,0BAAc,+BAFd;AAGA,0BAAc,qCAHd;AAIA,0BAAc,kCAJd;AAKA,0BAAc,gCALd;AAMA,0BAAc,6BANd;AAQA,eAA0B;","names":[]}
|
package/dist/index.mjs
CHANGED
@@ -6,10 +6,8 @@ export * from "./model-context/index.mjs";
|
|
6
6
|
export * from "./primitives/index.mjs";
|
7
7
|
export * from "./runtimes/index.mjs";
|
8
8
|
export * from "./types/index.mjs";
|
9
|
-
import { useToolArgsFieldStatus } from "./utils/json/parse-partial-json.mjs";
|
10
9
|
import * as INTERNAL from "./internal.mjs";
|
11
10
|
export {
|
12
|
-
INTERNAL
|
13
|
-
useToolArgsFieldStatus as unstable_useToolArgsFieldStatus
|
11
|
+
INTERNAL
|
14
12
|
};
|
15
13
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from \"./api\";\nexport * from \"./cloud\";\nexport * from \"./context\";\nexport * from \"./model-context\";\nexport * from \"./primitives\";\nexport * from \"./runtimes\";\nexport * from \"./types\";\n\nexport
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from \"./api\";\nexport * from \"./cloud\";\nexport * from \"./context\";\nexport * from \"./model-context\";\nexport * from \"./primitives\";\nexport * from \"./runtimes\";\nexport * from \"./types\";\n\nexport * as INTERNAL from \"./internal\";\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,YAAY,cAAc;","names":[]}
|
package/dist/internal.d.ts
CHANGED
@@ -9,6 +9,6 @@ export { AssistantRuntimeImpl } from "./api/AssistantRuntime";
|
|
9
9
|
export { ThreadRuntimeImpl, type ThreadRuntimeCoreBinding, type ThreadListItemRuntimeBinding, } from "./api/ThreadRuntime";
|
10
10
|
export { fromThreadMessageLike } from "./runtimes/external-store/ThreadMessageLike";
|
11
11
|
export { getAutoStatus } from "./runtimes/external-store/auto-status";
|
12
|
-
export {
|
12
|
+
export { splitLocalRuntimeOptions } from "./runtimes/local/LocalRuntimeOptions";
|
13
13
|
export * from "./utils/smooth";
|
14
14
|
//# sourceMappingURL=internal.d.ts.map
|