Fix: generate title from user message — use only text parts (#1279)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mateo Ortegon 2025-10-31 20:09:46 -04:00 committed by GitHub
parent 6a02d4fa9a
commit d366de3c86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 8 deletions

View file

@ -112,3 +112,9 @@ export const updateDocumentPrompt = (
${currentContent}`;
};
export const titlePrompt = `\n
- you will generate a short title based on the first message a user begins a conversation with
- ensure it is not more than 80 characters long
- the title should be a summary of the user's message
- do not use quotes or colons`