/** * Standard System Instruction injected when the Agent reaches its `maxToolInteractions` limit. * * This prompt overrides the Agent's natural tendency to keep calling tools, forcing it to * synthesize a final response based on whatever partial data it has managed to collect so far. */ export declare const DEFAULT_TOOL_LIMIT_PROMPT: string; export declare const jsonPrompt: (schema: string) => string; //# sourceMappingURL=prompts.d.ts.map