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
M
Marshall Bowers committed
2c2a3ef13d0393c8aa0018feb6052c6f02795986
Parent: 6aab82c
Committed by GitHub <noreply@github.com>
on 1/22/2025, 8:15:16 PM