register_tool_monitoring


Description:

public void register_tool_monitoring (int request_id, RequestBase request)

Register a tool request for monitoring streaming chunks and message completion.

Connects the request's callback methods to agent signals so it can receive streaming chunks in real-time and be notified when messages complete.

Parameters:

request_id

The unique identifier for this request (auto-generated int)

request

The request object to register