How to handle ToolCall that contains real tool (Tools Node) and another agent call (Agent Node) #31037
Replies: 2 comments 2 replies
-
Hello @azidanit! I'm Dosu, your friendly bot here to help you solve bugs, answer questions, and navigate the world of contributions while you wait for a human maintainer. Let's tackle your issue together! To handle a ToolCall that involves both a real tool (Tools Node) and another agent call (Agent Node) using the agent as tools pattern, you can set up a workflow using a
Additionally, you can use the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
@dosu the thing is LLM model can call multiple tools and agent at a time, then I want to go to the tool_node first to get all response tool from the actual tool, then pass it to other agent and so on |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How to handle ToolCall that contains real tool (Tools Node) and another agent call (Agent Node), I am using agent as tools pattern
Beta Was this translation helpful? Give feedback.
All reactions