streamEvents abstract method

Stream<ProviderEvent> streamEvents(
  1. List<ChatMessage> conversation
)

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);