ZIm/crates/language_model/src
Nathan Sobo 8836c6fb42
Introduce LanguageModelToolUse::raw_input (#29322)
This is to enable alternative streaming solutions at the application
layer. I'm not sure we really should have performed parsing of the input
at this layer. Either way I want to experiment with streaming approaches
in a separate crate on a branch, and this will help.

/cc @maxdeviant @bennetbo @rtfeldman

Closes #ISSUE

Release Notes:

- N/A
2025-04-24 02:30:48 +00:00
..
model agent: Add support for google gemini 2.5 flash preview (#29205) 2025-04-22 09:37:12 +00:00
fake_provider.rs Default to fast model for thread summaries and titles + don't include system prompt / context / thinking segments (#29102) 2025-04-19 23:26:29 +00:00
language_model.rs Introduce LanguageModelToolUse::raw_input (#29322) 2025-04-24 02:30:48 +00:00
rate_limiter.rs agent: Extract usage information from response headers (#29002) 2025-04-17 20:11:07 +00:00
registry.rs agent: Expose web search tool to beta users (#29273) 2025-04-23 15:30:20 +00:00
request.rs agent: Support pasting images as context (#29177) 2025-04-22 09:01:01 +00:00
role.rs language_model: Remove dependencies on individual model provider crates (#25503) 2025-02-24 16:41:35 -05:00
telemetry.rs telemetry_events: Rename AssistantEvent to AssistantEventData (#28133) 2025-04-04 19:28:32 -04:00