ZIm/crates/assistant2
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 Remove dependents of language_models (#25511) 2025-02-24 22:46:45 +00:00
LICENSE-GPL Break ground on assistant2 (#21109) 2024-11-23 11:24:52 -05:00