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

ListToolsPostRequest

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

Request message for ConnectorAgentService.ListToolsPost

interface ListToolsPostRequest {
executionConfig?: ExecutionConfig;
pageSize?: number;
pageToken?: string;
toolSpec?: ToolSpec;
}

§Properties

§
executionConfig?: ExecutionConfig
[src]

execution config for the request.

§
pageSize?: number
[src]

Page size.

§
pageToken?: string
[src]

Page token.

§
toolSpec?: ToolSpec
[src]

List of tool specifications.