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

ListToolsResponse

import type { ListToolsResponse } from "https://googleapis.deno.dev/v1/connectors:v2.ts";

Response message for ConnectorAgentService.ListTools

interface ListToolsResponse {
nextPageToken?: string;
tools?: Tool[];
}

§Properties

§
nextPageToken?: string
[src]

Next page token.

§
tools?: Tool[]
[src]

List of available tools.