ZIm/crates/language_model/src
Marshall Bowers e7df5ce61c
assistant2: Avoid unnecessary String cloning in tool use (#25725)
This PR removes some unnecessary `String` cloning in the tool use paths.

We now store the data in `Arc<str>`s for cheap cloning.

Release Notes:

- N/A
2025-02-27 03:16:09 +00:00
..
model Give Zed AI users access to Claude 3.7 Sonnet (#25577) 2025-02-25 12:15:15 -05:00
fake_provider.rs Partially fix assistant onboarding (#25313) 2025-02-24 07:29:55 +00:00
language_model.rs assistant2: Avoid unnecessary String cloning in tool use (#25725) 2025-02-27 03:16:09 +00:00
rate_limiter.rs Allow customization of the model used for tool calling (#15479) 2024-07-30 16:18:53 +02:00
registry.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
request.rs assistant2: Avoid unnecessary String cloning in tool use (#25725) 2025-02-27 03:16:09 +00:00
role.rs language_model: Remove dependencies on individual model provider crates (#25503) 2025-02-24 16:41:35 -05:00
telemetry.rs Move report_assistant_event into language_model crate (#25508) 2025-02-24 22:27:26 +00:00