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

ToolFakeConfig

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

Configuration for tool behavior in fake mode.

interface ToolFakeConfig {
codeBlock?: CodeBlock;
enableFakeMode?: boolean;
}

§Properties

§
codeBlock?: CodeBlock
[src]

Optional. Code block which will be executed instead of a real tool call.

§
enableFakeMode?: boolean
[src]

Optional. Whether the tool is using fake mode.