[agent component] client-side tool call
hello,
is client-side tool calling in hte works?
Thank
3 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
Can you elaborate ?
in vercel AI sdk, we can execute tools in both client and server. the useChat in the client recieves a tools array.
the use case is to manipulate client state using a tool
like: manipulate active form state.
.......
and in the same note: vercel ai si updateing to v5 and with the new version they will have new formats for messages. Do you have any plans to aling with that?
I am asking as we have a lot of tools code in vercel AI and untill the client side execution issue it was more or less a no change port to convex agent