ZIm/crates/assistant_tools/src/edit_agent
Umesh Yadav 4383fee3c1
assistant_tools: Enable diff-fenced edit parser for all Gemini models (#32812)
I saw recently we added diff-fenced edit parser which improves the
overall edit performance of gemini models in this PR: #32737. The idea
is to enable it to all the models which has gemini as their id as this
will help copilot and openrouter provider as they seem to aggregate all
these models under one umbrella. I thought about adding a new method in
LanguageModel as vendor_name() which returns the underlying actual model
provider name but felt like a too early abstraction for a method to be
used at one place.

Release Notes:

- N/A
2025-06-16 22:01:55 +03: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 edit_file: Add diff-fenced output format (#32737) 2025-06-16 14:28:18 +00:00
streaming_fuzzy_matcher.rs edit_file: Add diff-fenced output format (#32737) 2025-06-16 14:28:18 +00:00