can autogen assitentagent call same tool multiple times if needed ? #6261
Unanswered
amardeepjaiman
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Right now, see https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/tutorial/teams.html#single-agent-team for how to do this using AssistantAgent in a loop. Separate issue for making this a built-in feature in AssistantAgent. #6268 |
Beta Was this translation helpful? Give feedback.
2 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.
-
In scenarios where AssistantAgent needs to call the same tool multiple times to retrieve useful context. autogen supports this and how ?
Lets consider a scenario where AssistantAgent is an code analysis agent and he needs to retrieve relevant code snippets multiple times , analyze it and retrieve code multiple times to come up to final analysis. How to design this kind of agent ?
Beta Was this translation helpful? Give feedback.
All reactions