streamEvents abstract method
Streams structured events for conversation's next assistant turn.
conversation is oldest-first; its last element is the new user turn.
Implementation
Stream<ProviderEvent> streamEvents(List<ChatMessage> conversation);
Streams structured events for conversation's next assistant turn.
conversation is oldest-first; its last element is the new user turn.
Stream<ProviderEvent> streamEvents(List<ChatMessage> conversation);