un register_function( <- Unregister tool #2240
Unanswered
WebsheetPlugin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To save tokens or improve GPT responses, it makes sense to remove certain tools when they are no longer needed.
Is it possible to unregister a tool from an Agent?
something like:
autogen.agentchat.unregister_function(
hello_world,
caller=picker,
executor=picker
)
Beta Was this translation helpful? Give feedback.
All reactions