ReplyNode
Extends
Section titled “Extends”NodeVerification
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>
outputSchema?
Section titled “outputSchema?”optional outputSchema?: StandardSchemaV1<unknown, unknown>;Inherited from
Section titled “Inherited from”NodeVerification.outputSchemaresponse?
Section titled “response?”optional response?: (state) => string;Framework-emitted text for transactional outcomes that must not be model-authored.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”string
tools?
Section titled “tools?”optional tools?: ToolSet | ((state) => ToolSet);toolScope?
Section titled “toolScope?”optional toolScope?: NodeToolScope;Which tool layers the model sees on this node. Default 'open'.
verify?
Section titled “verify?”optional verify?: NodeVerify;Inherited from
Section titled “Inherited from”NodeVerification.verify