ToolSpec
import type { ToolSpec } from "https://googleapis.deno.dev/v1/connectors:v2.ts";interface ToolSpec {
toolDefinitions?: {}[];
[key: string]: any;
toolSpecVersion?: string;
}import type { ToolSpec } from "https://googleapis.deno.dev/v1/connectors:v2.ts";