@letta-ai/letta-code 0.17.1 → 0.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/protocol.d.ts +1 -1
- package/letta.js +3143 -2532
- package/package.json +1 -1
package/dist/types/protocol.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export type { LettaStreamingResponse, LettaMessage, ToolCall, StopReasonType, Me
|
|
|
18
18
|
* Use this to select a built-in system prompt with optional appended text.
|
|
19
19
|
*
|
|
20
20
|
* Available presets (validated at runtime by CLI):
|
|
21
|
-
* - 'default' -
|
|
21
|
+
* - 'default' - Letta-tuned system prompt
|
|
22
22
|
* - 'letta-claude' - Full Letta Code prompt (Claude-optimized)
|
|
23
23
|
* - 'letta-codex' - Full Letta Code prompt (Codex-optimized)
|
|
24
24
|
* - 'letta-gemini' - Full Letta Code prompt (Gemini-optimized)
|