Optional
toolSchema: TAgentToolThe schema containing the tool’s unique name and optional properties to override.
The unique identifier of the tool to override, matching IAgentTool["toolName"]
.
No return value; the override is applied directly to the swarm’s tool schema service.
Overrides an existing tool schema in the swarm system with a new or partial schema. This function updates the configuration of a tool identified by its
toolName
, applying the provided schema properties. It operates outside any existing method or execution contexts to ensure isolation, leveragingbeginContext
for a clean execution scope. Logs the override operation if logging is enabled in the global configuration.