ReasoningEvaluateNode class

A media node that evaluates video frames against a ReasoningSpec. Subscribes to a video source, sends frames to the evaluation LLM, and dispatches tool calls to user callbacks.

Signature:

export declare class ReasoningEvaluateNode extends AutoProcessorMediaNode<"video" | "audio">

Extends: AutoProcessorMediaNode<"video" | "audio">

Methods

Method Modifiers Description

updateSpec(spec)

Hot-swap the ReasoningSpec while the node is running. The new spec must have been created by a plan session with the same (or compatible) callback definitions.