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

AgentAgentToolset

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

A toolset with a selection of its tools.

interface AgentAgentToolset {
toolIds?: string[];
toolset?: string;
}

§Properties

§
toolIds?: string[]
[src]

Optional. The tools IDs to filter the toolset.

§
toolset?: string
[src]

Required. The resource name of the toolset. Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}