chore: prompt tweaks

This commit is contained in:
iff 2025-04-09 15:51:56 +02:00
parent b2a01a97db
commit 2056c679f4
2 changed files with 7 additions and 7 deletions

View file

@ -194,8 +194,8 @@ pub async fn ai_suggestion(last_command: &str, error_msg: &str) {
.trim()
.trim_end_matches("```")
.trim()
.trim_start_matches("<suggestions>")
.trim_end_matches("</suggestions>")
.trim_start_matches("<suggest>")
.trim_end_matches("</suggest>")
.replace("<br>", "<_PR_BR>");
println!("{}", suggestions);