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

SystemTool

import type { SystemTool } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Pre-defined system tool.

interface SystemTool {
readonly description?: string;
name?: string;
}

§Properties

§
readonly description?: string
[src]

Output only. The description of the system tool.

§
name?: string
[src]

Required. The name of the system tool.