Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RetrieveToolSchemaRequest

import type { RetrieveToolSchemaRequest } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Request message for ToolService.RetrieveToolSchema.

interface RetrieveToolSchemaRequest {
tool?: string;
toolsetTool?: ToolsetTool;
}

§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.