fix: use SYSTEM_PROMPT for default preset instead of letta-claude (#1292)

This commit is contained in:
Devansh Jain
2026-03-05 20:54:08 -08:00
committed by GitHub
parent 638204ab3c
commit cc6f754ca3
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ export type {
* Use this to select a built-in system prompt with optional appended text.
*
* Available presets (validated at runtime by CLI):
* - 'default' - Alias for letta-claude
* - 'default' - Letta-tuned system prompt
* - 'letta-claude' - Full Letta Code prompt (Claude-optimized)
* - 'letta-codex' - Full Letta Code prompt (Codex-optimized)
* - 'letta-gemini' - Full Letta Code prompt (Gemini-optimized)