Kind: Interface
Source: atloria-monorepo/apps/api/src/support-agent/prompts/system-prompt-layers.ts
Layered System Prompt Architecture for Support Agent
Each layer serves a specific purpose and they are assembled in order. Core layers (1-6) are IMMUTABLE and cannot be overridden by user customization. Layer 7 (custom) is where user-specific personality/behavior is added.
Properties
| Property | Type |
|---|---|
projectName | string |
projectId | string |
organizationId | string |
docVersion | string |
agentName | string |
userSystemPrompt | string |
language | string |
Was this page helpful?