ToolsetTool

A tool that is created from a toolset.

JSON representation
{
  "toolset": string,
  "operationId": string,
  "confirmationRequirement": enum (ConfirmationRequirement)
}
Fields
toolset

string

Required. The name of the toolset to retrieve the schema for. Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}

operationId

string

Optional. The operationId field of the OpenAPI endpoint. The operationId must be present in the toolset's definition.

confirmationRequirement

enum (ConfirmationRequirement)

Optional. Indicates whether the tool requires human confirmation.