Refine AI context summary prompt (#19530)
Release Notes: - Improved prompt for generating context editor summaries.
This commit is contained in:
parent
270e13bb9a
commit
680b3dd80b
1 changed files with 2 additions and 1 deletions
|
@ -2487,7 +2487,8 @@ impl Context {
|
|||
request.messages.push(LanguageModelRequestMessage {
|
||||
role: Role::User,
|
||||
content: vec![
|
||||
"Summarize the context into a short title without punctuation.".into(),
|
||||
"Generate a concise 3-7 word title for this conversation, omitting punctuation"
|
||||
.into(),
|
||||
],
|
||||
cache: false,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue