SystemTool
import type { SystemTool } from "https://googleapis.deno.dev/v1/ces:v1.ts";Pre-defined system tool.
interface SystemTool {
readonly description?: string;
name?: string;
}import type { SystemTool } from "https://googleapis.deno.dev/v1/ces:v1.ts";Pre-defined system tool.