Files
zed/crates
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
..
2025-01-27 13:40:59 -05:00
2025-02-26 12:38:04 -07:00
2025-02-26 12:38:16 -07:00
2025-02-27 02:51:19 +00:00