ReasoningPlanSession class

A session for interactively planning a ReasoningSpec via AI.

This is NOT a media node. It wraps a bidirectional gRPC stream for the Plan API, allowing you to submit a query, refine the proposed spec, and accept the final result.

Signature:

export declare class ReasoningPlanSession

Methods

Method Modifiers Description

accept()

Accept the current proposed spec, returning the final ReasoningSpec

close()

Close the plan session

refine(feedback)

Send feedback to refine the proposed spec