RetrieveToolsResponse
import type { RetrieveToolsResponse } from "https://googleapis.deno.dev/v1/ces:v1.ts";Response message for ToolService.RetrieveTools.
interface RetrieveToolsResponse {
tools?: Tool[];
}import type { RetrieveToolsResponse } from "https://googleapis.deno.dev/v1/ces:v1.ts";Response message for ToolService.RetrieveTools.