ZIm/crates/assistant_tools/src/edit_agent
Richard Feldman c610ebfb03
Thread Anthropic errors into LanguageModelKnownError (#33261)
This PR is in preparation for doing automatic retries for certain
errors, e.g. Overloaded. It doesn't change behavior yet (aside from some
granularity of error messages shown to the user), but rather mostly
changes some error handling to be exhaustive enum matches instead of
`anyhow` downcasts, and leaves some comments for where the behavior
change will be in a future PR.

Release Notes:

- N/A
2025-06-23 18:48:26 +00:00
..
evals/fixtures ci: Check for broken links (#30844) 2025-06-06 09:39:35 +00:00
create_file_parser.rs agent: Fix bug in creating empty files (#31626) 2025-05-28 19:31:54 +00:00
edit_parser.rs assistant_tools: Enable diff-fenced edit parser for all Gemini models (#32812) 2025-06-16 22:01:55 +03:00
evals.rs Thread Anthropic errors into LanguageModelKnownError (#33261) 2025-06-23 18:48:26 +00:00
streaming_fuzzy_matcher.rs edit_file: Add diff-fenced output format (#32737) 2025-06-16 14:28:18 +00:00