Files
oh-my-opencode/dist/agents/atlas/gpt.d.ts
T
2026-03-14 04:56:50 +00:00

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;