-
In the documentation, following image depicts the flow of Runner, Agent, LLM through events. How can LLMAgent determine the need for calling the tool, is not the brains required to determine the need for tool use with the LLM only? |
Beta Was this translation helpful? Give feedback.
Answered by
boyangsvl
Apr 25, 2025
Replies: 1 comment
-
LlmAgent uses model to determine whether to call a tool, as well as what parameters to use. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
boyangsvl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LlmAgent uses model to determine whether to call a tool, as well as what parameters to use.
I will convert this to a discussion since we use issues for bugs and feature requests.