Description
I am testing Magentic Orchestration in .NET SDK. Here is my scenario -
- As part of the user request, a local tool is calling Azure Resource Graph.
- Azure Resource Graph is returning empty results because resource doesn't exist.
- Magentic orchestration is considering this as failure even though I have mentioned this as valid scenario in the Magentic Manager instructions.
- It keeps on replanning the orchestration. It is calling other unrelated agents as well as part of replanning.
- Finally, request failed with as maximum number of rounds exceeded.
- Sometimes, I received a response after a long delay. After reviewing the logs, I found that the request had been routed to multiple unrelated agents.
Looks like instructions in the Manager agent are not working for terminal state. How do I fix this?
Code Sample
Error Messages / Stack Traces
Package Versions
1.14.0
.NET Version
.NET 8.0
Additional Context
No response
Description
I am testing Magentic Orchestration in .NET SDK. Here is my scenario -
Looks like instructions in the Manager agent are not working for terminal state. How do I fix this?
Code Sample
Error Messages / Stack Traces
Package Versions
1.14.0
.NET Version
.NET 8.0
Additional Context
No response