ToolsetTool
import type { ToolsetTool } from "https://googleapis.deno.dev/v1/ces:v1.ts";A tool that is created from a toolset.
interface ToolsetTool {
toolId?: string;
toolset?: string;
}import type { ToolsetTool } from "https://googleapis.deno.dev/v1/ces:v1.ts";A tool that is created from a toolset.