Termination Before Tool Call Execution in agentchat #6749
mike-zn-lin
started this conversation in
Feature suggestions
Replies: 1 comment
-
The tool itself should support user input if you are only using AssistantAgent. Otherwise, it should be part of your custom agent implementation, with pause on tool call request and resume on approval. I don't recommend using AssistantAgent for all scenarios, because agent implementation is always application specific. |
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.
-
I'm working with the agentchat module in AutoGen and have a use case where I need to interrupt the flow before a Tool call is executed. Specifically, there are steps that require explicit user confirmation to prevent the LLM from skipping important validation or confirmation steps.
Beta Was this translation helpful? Give feedback.
All reactions