Documentation Index
Fetch the complete documentation index at: https://dev.docs.inworld.ai/llms.txt
Use this file to discover all available pages before exploring further.
Examples
Constructors
Methods
Interfaces
Constructors
constructor
CustomNode.
Parameters
Custom node options including optional
executionConfig.Returns
CustomNode
Methods
process
Parameters
The execution context.
The inputs to the node.
Returns
OutputType | Promise<OutputType>
Interfaces
CustomNodeProps
Configuration for aCustomNode.
Properties
executionConfig?:ExecutionConfigType
Execution configuration for the custom node.