@economic/agents-react 1.2.0 → 1.3.0
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 +2 -0
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -307,6 +307,7 @@ declare function useChat<ToolContext extends Record<string, unknown>>(options: U
|
|
|
307
307
|
}) => void;
|
|
308
308
|
isServerStreaming: boolean;
|
|
309
309
|
isStreaming: boolean;
|
|
310
|
+
isRecovering: boolean;
|
|
310
311
|
isToolContinuation: boolean;
|
|
311
312
|
};
|
|
312
313
|
submitMessageFeedback: MessageFeedbackHandler;
|
|
@@ -353,6 +354,7 @@ declare function useAssistant<ToolContext extends Record<string, unknown>>(optio
|
|
|
353
354
|
}) => void;
|
|
354
355
|
isServerStreaming: boolean;
|
|
355
356
|
isStreaming: boolean;
|
|
357
|
+
isRecovering: boolean;
|
|
356
358
|
isToolContinuation: boolean;
|
|
357
359
|
};
|
|
358
360
|
submitMessageFeedback: MessageFeedbackHandler;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@economic/agents-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@ai-sdk/react": "^3.0.182",
|
|
24
|
-
"@cloudflare/ai-chat": ">=0.
|
|
25
|
-
"agents": ">=0.
|
|
24
|
+
"@cloudflare/ai-chat": ">=0.8.3 <1.0.0",
|
|
25
|
+
"agents": ">=0.14.3 <1.0.0",
|
|
26
26
|
"ai": "^6.0.180",
|
|
27
27
|
"zod": "^4.4.3"
|
|
28
28
|
},
|