ZIm/crates/language_models
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 assistant: Add Bedrock support (#21092) 2025-02-24 18:10:12 -05:00
LICENSE-GPL Add language_models crate to house language model providers (#20945) 2024-11-20 18:49:34 -05:00