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

RetrieveToolSchemaResponse

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

Response message for ToolService.RetrieveToolSchema.

interface RetrieveToolSchemaResponse {
inputSchema?: Schema;
outputSchema?: Schema;
tool?: string;
toolsetTool?: ToolsetTool;
}

§Properties

§
inputSchema?: Schema
[src]

Required. The schema of the tool input parameters.

§
outputSchema?: Schema
[src]

Required. The schema of the tool output parameters.

§
tool?: string
[src]

The name of the tool that the schema is for. Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool}

§
toolsetTool?: ToolsetTool
[src]

The toolset tool that the schema is for.