Autogen handoff
#3944
Replies: 1 comment 11 replies
-
This is a 500 internal sever error we have started to see recently from open ai endpoints. Which model are you using? It's not something we can fix at this point as it comes from open ai. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I’m using the Handoff design pattern example, and it works well overall. However, when I ask a sales-related question, the task is successfully delegated to the SalesAgent, and the conversation proceeds smoothly. But when I ask something irrelevant to SalesAgent, it says it’s delegating back to triage, then fails with this error:
openai.InternalServerError: Error code: 500 - {'error': {'message': 'The model produced invalid content. Consider modifying your prompt if you are seeing this error persistently.', 'type': 'model_error', 'param': None, 'code': None}}
In short, triage can delegate tasks to the sub agents but when sub agents want to delegate task to triage again it fails
Beta Was this translation helpful? Give feedback.
All reactions