ZIm/crates/language_model
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
..
src assistant2: Avoid unnecessary String cloning in tool use (#25725) 2025-02-27 03:16:09 +00:00
Cargo.toml Move report_assistant_event into language_model crate (#25508) 2025-02-24 22:27:26 +00:00
LICENSE-GPL Extract completion provider crate (#14823) 2024-07-19 13:35:34 -04:00