Simplify prompt

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra
2023-06-06 17:45:58 +02:00
co-authored by Nathan Sobo
parent 2b1aeb07bc
commit 093ce8a9ac
+3 -2
View File
@@ -686,8 +686,9 @@ impl Assistant {
})
.chain(Some(RequestMessage {
role: Role::User,
content: "Summarize the conversation into a short title without punctuation and with as few characters as possible"
.into(),
content:
"Summarize the conversation into a short title without punctuation"
.into(),
}))
.collect();
let request = OpenAIRequest {