streamReplies property

List<List<String>> streamReplies
getter/setter pair

Chunks for POST /chat-streaming, consumed in order per call.

Implementation

List<List<String>> streamReplies = [
  ['ok'],
];