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.
| call |
The Chat call to configure tools for |