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

RetrieveToolsRequest

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

Request message for ToolService.RetrieveTools.

interface RetrieveToolsRequest {
toolIds?: string[];
}

§Properties

§
toolIds?: string[]
[src]

Optional. The identifiers of the tools to retrieve from the toolset. If empty, all tools in the toolset will be returned.