responseArray property

List<String> get responseArray

The core of the LLM's response from this query. If the asynchronous API is used, this response value should be chained with subsequent values until the LLM emits one with isDone set to true.

Implementation

List<String> get responseArray;