I have following issue, where I have NodeContextProvider, that based on an node_id the ContextProvider (CP) should retrieve some node information: class ...
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 ...