ReasoningEvaluateSettings interface
Settings for a ReasoningEvaluateNode. The spec carries the prompt and state from the plan phase - evaluate just needs the spec, a provider, and video configuration.
Signature:
export interface ReasoningEvaluateSettings extends ProcessorNodeSettings<ReasoningEvaluateNode>
Extends: ProcessorNodeSettings<ReasoningEvaluateNode>
Properties
| Property | Type | Description |
|---|---|---|
number |
(Optional) |
|
string[] |
(Optional) Reference documents (markdown) providing domain context for the evaluation LLM. These are included in the system instruction and cached across frames. |
|
(analysis: AggregatedAnalysis) ⇒ void |
(Optional) |
|
(response: LLMResponse) ⇒ void |
(Optional) |
|
(status: RetryStatus) ⇒ void |
(Optional) |
|
(Optional) |
||