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

ExecuteToolRequest

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

Request message for ConnectorAgentService.ExecuteTool

interface ExecuteToolRequest {
parameters?: {
[key: string]: any;
}
;
}

§Properties

§
parameters?: {
[key: string]: any;
}
[src]

Input parameters for the tool.