graph LR
A["System Prompt (highest authority)"]:::sys
B["Developer / Tool Instructions<br/>(when applicable)"]:::dev
C[User Prompt]:::user
D["Conversation History<br/>(recursive influence)"]:::hist
A --> B --> C --> D
classDef sys fill:#ffddcc,stroke:#cc7744,stroke-width:2px,color:#000;
classDef dev fill:#d0e6ff,stroke:#3a78c2,stroke-width:2px,color:#000;
classDef user fill:#e2ffd8,stroke:#5fa854,stroke-width:2px,color:#000;
classDef hist fill:#f8e5ff,stroke:#b266cc,stroke-width:2px,color:#000;
Created
April 2, 2026 19:55
-
-
Save glowinthedark/c396a4dc5b1345ab9ee42a289afabd04 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment