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

ToolName

import type { ToolName } from "https://googleapis.deno.dev/v1/connectors:v2.ts";
interface ToolName {
entityName?: string;
name?: string;
operation?:
| "OPERATION_UNSPECIFIED"
| "LIST"
| "GET"
| "CREATE"
| "UPDATE"
| "DELETE";
}

§Properties

§
entityName?: string
[src]

Entity name for which the tool was generated.

§
name?: string
[src]

Tool name that was generated in the list tools call.

§
operation?: "OPERATION_UNSPECIFIED" | "LIST" | "GET" | "CREATE" | "UPDATE" | "DELETE"
[src]

Operation for which the tool was generated.