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

ExecuteToolResponse

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

Response message for ConnectorAgentService.ExecuteTool

interface ExecuteToolResponse {
result?: {
[key: string]: any;
}
;
}

§Properties

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

Output from the tool execution.