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

onStatus?

(status: LiveEvaluateStatus) ⇒ void

(Optional)

onText?

(text: string) ⇒ void

(Optional)

onToolCall?

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

(Optional)

onUsage?

(usage: LiveEvaluateUsage) ⇒ void

(Optional)

provider

ReasoningProvider

spec

LiveSpec

videoSettings

LiveEvaluateVideoSettings