Norsk logo Developer Documentation
  • Norsk Media Typescript SDK
  • Interfaces
  • LLMResponse
1.0.402-nightly-8e0f37c6 1.0.401 1.0.400 1.0.399

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

The source code for this UI is licensed under the terms of the MPL-2.0 license.