Closed
Description
Is your feature request related to a problem? Please describe.
To save tokens or improve GPT responses, it makes sense to remove certain tools when they are no longer needed.
Describe the solution you'd like
autogen.agentchat.unregister_function(
hello_world,
caller=picker,
executor=picker
)
Additional context
No response