ZIm/crates/assistant2
Marshall Bowers 2c2a3ef13d
assistant2: Handle LLM providers that do not emit StartMessage events (#23485)
This PR updates Assistant2's response streaming to work with LLM
providers that do not emit `StartMessage` events.

Now if we get a `Text` event without having received a `StartMessage`
event we will still insert an Assistant message so we can stream in the
response from the model.

Release Notes:

- N/A
2025-01-22 20:15:16 +00:00
..
src assistant2: Handle LLM providers that do not emit StartMessage events (#23485) 2025-01-22 20:15:16 +00:00
Cargo.toml assistant2: Add prompt editor (#23436) 2025-01-22 00:36:55 +00:00
LICENSE-GPL Break ground on assistant2 (#21109) 2024-11-23 11:24:52 -05:00