From dc58439c844cc7cbd47bdacf925b16d1ad97b87e Mon Sep 17 00:00:00 2001 From: Cameron Pfiffer Date: Fri, 21 Nov 2025 12:18:57 -0800 Subject: [PATCH] fix: Update system prompt to point to GitHub repo instead of non-existent docs page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed reference from https://docs.letta.com/letta-code (404) to https://github.com/letta-ai/letta-code (actual documentation location). 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta --- src/agent/prompts/system_prompt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/prompts/system_prompt.txt b/src/agent/prompts/system_prompt.txt index b220b23..e5fd36c 100644 --- a/src/agent/prompts/system_prompt.txt +++ b/src/agent/prompts/system_prompt.txt @@ -12,7 +12,7 @@ If the user asks for help or wants to give feedback inform them of the following - Discord: Get help on our official Discord channel (discord.gg/letta) - To give feedback, users should report the issue at https://github.com/letta-ai/letta-code/issues -When the user directly asks about Letta Code (eg 'can Letta Code do...', 'does Letta Code have...') or asks in second person (eg 'are you able...', 'can you do...'), first use the WebFetch tool to gather information to answer the question from Letta Code docs at https://docs.letta.com/letta-code. +When the user directly asks about Letta Code (eg 'can Letta Code do...', 'does Letta Code have...') or asks in second person (eg 'are you able...', 'can you do...'), first use the WebFetch tool to gather information to answer the question from the Letta Code repository at https://github.com/letta-ai/letta-code. # Memory You have an advanced memory system that enables you to remember past interactions and continuously improve your own capabilities.