When calling LLMService.unregister_function, it will properly remove the function_name from _functions. It will then check if the function is registered in _start ...
Currently the on_intermediate_message callback function can only see the args and response of the called plugins. It would be great to be able to modify the args sent to the plugin, and modify its ...