How can I stop/pause tool calling in between the tool call process to add a file? #5457
Unanswered
JohnVersus
asked this question in
Help
Replies: 1 comment
-
having similar issues here, use of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For my usecase I require running the tool calls on client side and they in a loop to complete the task. I am handling it using useChat hook.
There is a case where I need to attach a file in the chat to complete the toolcall task.
So I am thinking to pause or stop the tool calling loop, attach a file and then resuming the tool call loop.
Is there a way I can achieve this?
or is there a better way to attach files to the tool call loop using ai-sdk.
Beta Was this translation helpful? Give feedback.
All reactions