Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2026-02-11 09:35:24 -05:00
committed by GitHub
parent 544bc1bc4f
commit f636a97faa
81 changed files with 109 additions and 110 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ impl CursorAgentProvider {
}
}
// If no valid result line found, fallback to joining all lines
// If no valid result line found, fall back to joining all lines
let response_text = lines.join("\n");
let message_content = vec![MessageContent::text(response_text)];