Replies: 1 comment
-
|
Adding @westey-m to help. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Before the newest release of Agent I was able to have a triage agent that had sub agents that had MCP tools that required approval and I handled all of this by using AsDeclarationOnly for the sub agents and then manually calling the agent if needed and rebuilding the message stack to prevent 400 bad requests going to OpenAI.
With the newest version I cannot seem to get that to work any more.
Has anyone been able to have an agent use another agent as a tool and then have tools in the sub agent generate approvals that flow back up?
I am using .NET (currently Agent 1.3)
Beta Was this translation helpful? Give feedback.
All reactions