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;