Is it possible to call tools in the backend? #544
Answered
by
mme
Haoxincode
asked this question in
Q&A
-
|
From the document, I understand the benefits of calling tools in the frontend, but I want to keep some tools for backend use, is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
mme
May 15, 2025
Replies: 0 comments 3 replies
-
|
Absolutely. You can call tools on the backend and stream the tool calls to the frontend while they happen. i.e. to keep the user in the loop on what's happening. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Haoxincode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Absolutely.
You can call tools on the backend and stream the tool calls to the frontend while they happen. i.e. to keep the user in the loop on what's happening.