New Client Tool Request
Authentication
AuthorizationBasic
Basic authentication of the form Basic <username:password>
.
Request
The details of the tool request
tool_call_id
a unique identifier for the tool request.
name
The unique name of the client tool being requested
args
Object containing key/value pairs of the parameters specified in the client tool
Response
Your callback should return this HTTP status code in all cases.
result
contains data to be retrurned to the LLM, can contain either a string or an object.