configure_tools


Description:

public virtual void configure_tools (Chat call)

Configures tools for the chat call.

Phase 3: Tools are stored on Manager, not Client. Agents should get tools from Manager and add them to Chat via call.add_tool().

Default implementation does nothing. Subclasses should override to add tools from Manager to the Chat call.

Parameters:

call

The Chat call to configure tools for