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/ces:v1.ts";

Response message for AgentService.ListTools.

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

§Properties

§
nextPageToken?: string
[src]

A token that can be sent as ListToolsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

§
tools?: Tool[]
[src]

The list of tools.