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

RetrieveToolsResponse

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

Response message for ToolService.RetrieveTools.

interface RetrieveToolsResponse {
tools?: Tool[];
}

§Properties

§
tools?: Tool[]
[src]

Required. The list of tools that are included in the specified toolset.