LLMResponse interface

Signature:

export interface LLMResponse

Properties

Property Type Description

analysis

AggregatedAnalysis

currentState

string

imageData

Uint8Array

The JPEG image data that was sent to the LLM for this evaluation cycle.

stateWarnings

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.

statistics

EvaluateStatistics

textResponse?

string

(Optional)

toolCalls

RaisedEvent[]