commitToolRequestForce

declare function commitToolRequestForce(request: IToolRequest[], clientId: string): Promise<string[]>;

Forcefully commits a tool request to the active agent in the swarm system. Validates the session and swarm, bypassing agent validation to directly commit the request. Runs within a beginContext wrapper for execution context management, logging operations via LoggerService.

Parameter Description
request The tool request(s) to commit.
clientId The ID of the client associated with the session.