ResolvedNode
Properties
Section titled “Properties”extractionSatisfied?
Section titled “extractionSatisfied?”optional extractionSatisfied?: (toolResults) => boolean | Promise<boolean>;When set, extraction breaks early only after a submit tool returns and this is true.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”boolean | Promise<boolean>
freeConversation?
Section titled “freeConversation?”optional freeConversation?: boolean;Free-conversation reply (host loop): keeps model control tools even when outOfBandControl is on.
hostControl?
Section titled “hostControl?”optional hostControl?: HostControlContext;localTools?
Section titled “localTools?”optional localTools?: Record<string, AnyTool>;node: FlowNode;prompt
Section titled “prompt”prompt: string;tools: ToolSet;toolScope?
Section titled “toolScope?”optional toolScope?: NodeToolScope;Copied from ReplyNode.toolScope by resolveReplyNode. Default treated as 'open'.