Files
oh-my-opencode/dist/agents/atlas/gpt.d.ts
T

12 lines
394 B
TypeScript
Raw Normal View History

/**
* 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;