diff --git a/crates/ai/src/assistant.rs b/crates/ai/src/assistant.rs index b70ed8c87cf657e80fe5dd2c9c80e0372e9687af..f505ea1f3fe4e99e621549c9e174bac98c812000 100644 --- a/crates/ai/src/assistant.rs +++ b/crates/ai/src/assistant.rs @@ -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 {