RetrieveToolSchemaRequest
import type { RetrieveToolSchemaRequest } from "https://googleapis.deno.dev/v1/ces:v1.ts";Request message for ToolService.RetrieveToolSchema.
§Properties
§
tool?: string
[src]Optional. The name of the tool to retrieve the schema for. Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool}
§
toolsetTool?: ToolsetTool
[src]Optional. The toolset tool to retrieve the schema for. Only one tool should match the predicate from the toolset. Otherwise, an error will be returned.