Input
Type:any
any - The data type that ProxyNode accepts as input
Output
Type:any
any - The data type that ProxyNode outputs
Examples
Constructors
Constructors
constructor
Parameters
Configuration for the proxy node.
Returns
ProxyNodeDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Realtime TTS-2 is live. Built for realtime conversation that feels human. Learn more
Proxy node for simple data passing. This node passes through any input data without modification, useful for routing or creating connection points in graphs.
any
any - The data type that ProxyNode accepts as input
any
any - The data type that ProxyNode outputs
const proxyNode = new ProxyNode({
id: 'my-proxy-node',
reportToClient: false
});
new ProxyNode(props?: AbstractNodeProps): ProxyNode
ProxyNodeWas this page helpful?