/** * Prompt templates for MCP agents. * * This module provides prompt templates to guide agents on how to use * MCP tools, including code execution mode. */ /** * Built-in prompt fragments for agent features. * * `CODE_MODE` instructs a model to discover and invoke MCP tools through the * code execution interface. */ export declare const PROMPTS: { /** Instruction used to enable code-based MCP tool discovery and calls. */ readonly CODE_MODE: "Use code execution mode to discover and call MCP tools programmatically."; }; //# sourceMappingURL=index.d.ts.map