Class ToolCall (2.49.0)

ToolCall(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the client to execute the specified tool.

Attributes

Name Description
id str
The unique identifier of the tool call.
tool str
The identifier of the tool to execute.
args google.protobuf.struct_pb2.Struct
The input parameters and values for the tool in JSON object format.