Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt

Use this file to discover all available pages before exploring further.

Input

Type: String | TextStream | LLMChatResponse | Content The data type that TextAggregatorNode accepts as input. See TextStream and Content for more details.

Output

Type: String The data type that TextAggregatorNode outputs

Examples

const aggregatorNode = new TextAggregatorNode({
id: 'my-aggregator-node',
reportToClient: true
});

Constructors


Constructors

constructor

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

Parameters

props
AbstractNodeProps
Configuration for the text aggregator node.

Returns

TextAggregatorNode