LLMResponse interface
Signature:
export interface LLMResponse
Properties
| Property | Type | Description |
|---|---|---|
string |
||
Uint8Array |
The JPEG image data that was sent to the LLM for this evaluation cycle. |
|
string[] |
Problems applying this response’s _update_state call (malformed JSON, missing call, unexpected keys). On failure the previous state is kept and the model is corrected on the next request. |
|
string |
(Optional) |
|