You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability for tools to stream data during their execution. This allows tools to send intermediate data or progress updates while they are running, rather than just returning a final result.
The feature adds:
Split DataStreamWriter into basic and full interfaces
Add dataStream parameter to tool execution and onToolCall
Use Cases
Progress updates during long-running tool operations.
Feature Description
Add the ability for tools to stream data during their execution. This allows tools to send intermediate data or progress updates while they are running, rather than just returning a final result.
The feature adds:
Use Cases
Progress updates during long-running tool operations.
Additional context
https://github.com/vercel/ai-chatbot/blob/main/app/(chat)/api/chat/route.ts
The text was updated successfully, but these errors were encountered: