Class ToolCall (2.6.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
Required. The tool associated with this call. Format: projects/.
action str
Required. The name of the tool's action associated with this call.
input_parameters google.protobuf.struct_pb2.Struct
Optional. The action's input parameters.