LiveEvaluateSettings interface

Settings for a LiveEvaluateNode. The spec carries the configuration from the live plan phase.

Signature:

export interface LiveEvaluateSettings extends ProcessorNodeSettings<LiveEvaluateNode>

Properties

Property Type Description

onEvent?

(ev: { name: string; id: string; fields: Record<string, unknown>; }) ⇒ void

(Optional)

onStatus?

(status: LiveEvaluateStatus) ⇒ void

(Optional)

onText?

(text: string) ⇒ void

(Optional)

onUsage?

(usage: LiveEvaluateUsage) ⇒ void

(Optional)

provider

LiveReasoningProvider

spec

LiveSpec

videoSettings

LiveEvaluateVideoSettings