ReplyNode
Properties
Section titled “Properties”confidenceGate?
Section titled “confidenceGate?”optional confidenceGate?: object;When set, routes to onLow when post-turn validation confidence is below min.
| Name | Type |
|---|---|
|
|
|
|
|
context?
Section titled “context?”optional context?: ContextStrategy;grounding?
Section titled “grounding?”optional grounding?: NodeGrounding;id: string;instructions
Section titled “instructions”instructions: Instructions;kind: "reply";model?
Section titled “model?”optional model?: LanguageModel;optional next?: (turn, state) => | Transition| Promise<Transition>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
Returns
Section titled “Returns”| Transition
| Promise<Transition>
tools?
Section titled “tools?”optional tools?: ToolSet | ((state) => ToolSet);