Toolset
import type { Toolset } from "https://googleapis.deno.dev/v1/ces:v1.ts";A toolset represents a group of dynamically managed tools that can be used by the agent.
§Properties
Optional. A toolset that generates tools from an Integration Connectors Connection.
Optional. The display name of the toolset. Must be unique within the same app.
ETag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.
Optional. The execution type of the tools in the toolset.
Optional. A toolset that contains a list of tools that are offered by the MCP server.
Identifier. The unique identifier of the toolset. Format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
Optional. A toolset that contains a list of tools that are defined by an OpenAPI schema.
Optional. Configuration for tools behavior in fake mode.