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

ToolsetTool

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

A tool that is created from a toolset.

interface ToolsetTool {
toolId?: string;
toolset?: string;
}

§Properties

§
toolId?: string
[src]

Optional. The tool ID to filter the tools to retrieve the schema for.

§
toolset?: string
[src]

Required. The resource name of the Toolset from which this tool is derived. Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}