OpenApiTool
import type { OpenApiTool } from "https://googleapis.deno.dev/v1/ces:v1.ts";A remote API tool defined by an OpenAPI schema.
§Properties
Optional. Authentication information required by the API.
Optional. The description of the tool. If not provided, the description of
the tool will be derived from the OpenAPI schema, from
operation.description or operation.summary.
Optional. If true, the agent will ignore unknown fields in the API response.
Optional. The name of the tool. If not provided, the name of the tool will
be derived from the OpenAPI schema, from operation.operationId.
Optional. Service Directory configuration.
Optional. The server URL of the Open API schema. This field is only set in tools in the environment dependencies during the export process if the schema contains a server url. During the import process, if this url is present in the environment dependencies and the schema has the $env_var placeholder, it will replace the placeholder in the schema.