Skip to main content

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.

Input

Type: any any - The data type that ProxyNode accepts as input

Output

Type: any any - The data type that ProxyNode outputs

Examples

const proxyNode = new ProxyNode({
id: 'my-proxy-node',
reportToClient: false
});

Constructors


Constructors

constructor

new ProxyNode(props?: AbstractNodeProps): ProxyNode
Creates a new ProxyNode instance.

Parameters

props
AbstractNodeProps
Configuration for the proxy node.

Returns

ProxyNode