Class ExecuteToolResponse (0.3.0)

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

Response message for ToolService.ExecuteTool.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
tool str
The name of the tool that got executed. Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool} This field is a member of oneof_ tool_identifier.
toolset_tool google.cloud.ces_v1beta.types.ToolsetTool
The toolset tool that got executed. This field is a member of oneof_ tool_identifier.
response google.protobuf.struct_pb2.Struct
The tool execution result in JSON object format. Use "output" key to specify tool response and "error" key to specify error details (if any). If "output" and "error" keys are not specified, then whole "response" is treated as tool execution result.
variables google.protobuf.struct_pb2.Struct
The variable values at the end of the tool execution.