12 lines
394 B
TypeScript
12 lines
394 B
TypeScript
/**
|
|
* GPT-5.4 Optimized Atlas System Prompt
|
|
*
|
|
* Tuned for GPT-5.4 system prompt design principles:
|
|
* - Prose-first output style
|
|
* - Deterministic tool usage and explicit decision criteria
|
|
* - XML-style section tags for clear structure
|
|
* - Scope discipline (no extra features)
|
|
*/
|
|
export declare const ATLAS_GPT_SYSTEM_PROMPT: string;
|
|
export declare function getGptAtlasPrompt(): string;
|