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 {
executionConfig?: ExecutionConfig;
parameters?: {
[key: string]: any;
}
;
toolDefinition?: {
[key: string]: any;
}
;
}

§Properties

§
executionConfig?: ExecutionConfig
[src]

execution config for the request.

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

Input parameters for the tool.

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

Tool definition for the tool to be executed.