ZIm/crates/language_model/src
Marshall Bowers 968ffaa3fd
assistant2: Restructure storage of tool uses and results (#21194)
This PR restructures the storage of the tool uses and results in
`assistant2` so that they don't live on the individual messages.

It also introduces a `LanguageModelToolUseId` newtype for better type
safety.

Release Notes:

- N/A
2024-11-25 21:53:27 -05:00
..
model Remove Qwen2 model (#18444) 2024-09-27 13:30:25 -04:00
fake_provider.rs Add language_models crate to house language model providers (#20945) 2024-11-20 18:49:34 -05:00
language_model.rs assistant2: Restructure storage of tool uses and results (#21194) 2024-11-25 21:53:27 -05:00
rate_limiter.rs Allow customization of the model used for tool calling (#15479) 2024-07-30 16:18:53 +02:00
registry.rs Add language_models crate to house language model providers (#20945) 2024-11-20 18:49:34 -05:00
request.rs assistant2: Restructure storage of tool uses and results (#21194) 2024-11-25 21:53:27 -05:00
role.rs Restructure workflow step resolution and fix inserting newlines (#15720) 2024-08-05 09:18:06 +02:00