From dd7b58df1b8037146f4aa8d33e09b711ef777196 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 26 Mar 2026 10:41:07 -0300 Subject: [PATCH] fix: enhance session title prompt to fix language issue (#2497) * Closes #2495 --- internal/agent/templates/title.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/agent/templates/title.md b/internal/agent/templates/title.md index 7a3e7d0518dccd3fde668ff534106e0459e2245e..e2ecc38589f2e35404bceb87b187d868f09824ea 100644 --- a/internal/agent/templates/title.md +++ b/internal/agent/templates/title.md @@ -1,7 +1,7 @@ You will generate a short title based on the first message a user begins a conversation with. -- Keep the same spoken language used in the content. For example, if the content is in Portuguese, title should be in Portuguese, if English title should be in English, and so on. +- Keep the title in the same language that the user wrote their message in. - Ensure it is not more than 50 characters long. - The title should be a summary of the user's message. - It should be one line long.