Replies: 3 comments 1 reply
-
For additional context, If the function
|
Beta Was this translation helpful? Give feedback.
-
Adding @TaoChenOSU |
Beta Was this translation helpful? Give feedback.
-
Hey @smokhasi, Thanks for reporting the issue! Internally, the agents communicate through Just by looking at the logs you posted, we are not able to come up with a hypothesis as to what went wrong. Is it possible for you to provide more details of your agent setup? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to replace an existing
AgentGroupChat
setup withSequentialOrchestration
as per this exampleHowever, I am running into serialization errors when trying to pass messages from one agent to the next when using SequentialOrchestration.
For reference, the agents are created using
AzureAssistantAgent
and are configured to output json and I run into the below errors with and without structured outputs.Are there any best practices/recommendations which need to be followed when passing around json objects from one agent to the next? Should they follow a particular schema and if so, should the schema be provided as attribute anywhere?
For reference, we have multiple agents which are instructed to generated their output as a json object when not using structured output and it works well with
AgentGroupChat
Beta Was this translation helpful? Give feedback.
All reactions