Class ToolCall (1.34.0)

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

Represents a call of a specific tool's action with the specified inputs.

Attributes

Name Description
tool str
The tool][Tool] associated with this call. Format: projects/.
action str
The name of the tool's action associated with this call.
input_parameters google.protobuf.struct_pb2.Struct
The action's input parameters.