ReplyNode
Properties
Section titled “Properties”context?
Section titled “context?”optional context?: ContextStrategy;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);