Need help for fixing the bug: OpenAI.UnprocessableEntityError(422) when AssistantAgent invokes multiple tool calls #6787
Unanswered
besthunterhj
asked this question in
Q&A
Replies: 0 comments
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.
-
Describe the bug
openai.UnprocessableEntityError
when running the following example from the official documentation (https://microsoft.github.io/autogen/0.5.7/user-guide/agentchat-user-guide/tutorial/teams.html#single-agent-team). The issue seems to arise when anAssistantAgent
in a team (for example,RoundRobinGroupChat
) makes multiple tool calls in response to a task.To Reproduce
Run the following example:
Actual behavior / Error
The process fails with the following traceback:
Environment
0.5.7
3.11
OpenAIChatCompletionClient
(gpt-4o
)Thanks for your support!
Beta Was this translation helpful? Give feedback.
All reactions