LiveEvaluateSettings interface
Settings for a LiveEvaluateNode. The spec carries the configuration from the live plan phase.
Signature:
export interface LiveEvaluateSettings extends ProcessorNodeSettings<LiveEvaluateNode>
Extends: ProcessorNodeSettings<LiveEvaluateNode>
Properties
| Property | Type | Description |
|---|---|---|
(status: LiveEvaluateStatus) ⇒ void |
(Optional) |
|
(text: string) ⇒ void |
(Optional) |
|
(call: { name: string; id: string; arguments: Record<string, unknown>; }) ⇒ void |
(Optional) |
|
(usage: LiveEvaluateUsage) ⇒ void |
(Optional) |
|