Skip to content

Commit

Permalink
assistant: Use output indicator for summary prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
antaz committed Nov 23, 2024
1 parent f30de48 commit 50634a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/assistant/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2896,7 +2896,7 @@ impl Context {
request.messages.push(LanguageModelRequestMessage {
role: Role::User,
content: vec![
"Generate a concise 3-7 word title for this conversation, omitting punctuation. Go straight to the title, without any preamble and prefix like `Here's a concise suggestion:...` or `Title:`"
"Generate a concise 3-7 word title for this conversation, omitting punctuation.\nTitle:"
.into(),
],
cache: false,
Expand Down

0 comments on commit 50634a5

Please sign in to comment.