fix: enhance session title prompt to fix language issue (#2497)

Andrey Nering created

* Closes #2495

Change summary

internal/agent/templates/title.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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.
 
 <rules>
-- 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.