LLMResponse interface Combined LLM response data emitted after each evaluation cycle. 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. statistics EvaluateStatistics textResponse? string (Optional) toolCalls { name: string; arguments: string; }[] LiveSpec LocalFileInputSettings