ReasoningEvaluateNode.updateProvider() method

Hot-swap the LLM provider while the node is running. The current analysis state is carried forward so the session continues seamlessly.

Signature:

updateProvider(provider: ReasoningProvider, contextDocuments?: string[]): void;

Parameters

Parameter Type Description

provider

ReasoningProvider

contextDocuments

string[]

(Optional)

Returns:

void