Class ToolResponse (2.49.0)

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

The execution result of a specific tool from the client.

Attributes

Name Description
id str
Required. The matching ID of the tool call the response is for.
tool str
Required. The identifier of the tool that got executed.
response google.protobuf.struct_pb2.Struct
Optional. The tool execution result in JSON object format.