Skip to content

PromptContext

reference
1 min readUpdated

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

PropertyType
projectNamestring
projectIdstring
organizationIdstring
docVersionstring
agentNamestring
userSystemPromptstring
languagestring

Was this page helpful?

Download as PDF