ReasoningEvaluateSettings interface
Settings for a ReasoningEvaluateNode. The spec carries callbacks and response handlers 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) |
|
(analysis: AggregatedAnalysis) ⇒ void |
(Optional) |
|
(stats: EvaluateStatistics) ⇒ void |
(Optional) |
|
(Optional) |
||