Simplify prompt

Antonio Scandurra and Nathan Sobo created

Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Change summary

crates/ai/src/assistant.rs | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Detailed changes

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 {