a2uiMessageStream property

Stream<A2uiMessage> get a2uiMessageStream

A stream of A2UI messages produced by the generator.

The GenUiConversation will listen to this stream and forward messages to the A2uiMessageProcessor.

Implementation

Stream<A2uiMessage> get a2uiMessageStream;