(text: &str)
| 548 | } |
| 549 | |
| 550 | fn plain_text_tool_failure(text: &str) -> bool { |
| 551 | text.starts_with("git error:") || text.starts_with("git diff failed:") |
| 552 | } |
| 553 | |
| 554 | fn mark_semantic_tool_error(value: &mut Value) { |
| 555 | if !tool_result_has_semantic_error(value) { |
no outgoing calls
no test coverage detected