> ## 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.

# Inworld Node Text Chunking

[Overview](../overview) > [Inworld Node](./InworldNode) > Inworld Node Text Chunking

**Class:** `UInworldNode_TextChunking` | **Inherits from:** `UInworldNode`

A node that chunks text input into a stream of token chunks.

This node takes either a single text input or a stream of text inputs and converts them into a stream of text chunks. It inherits from TypedNode with specific input/output types for handling text data streams.

<img src="https://mintcdn.com/inworldai/UjBJ5lUznbajzMw5/img/unreal/runtime/nd_img_InworldNode_TextChunking.png?fit=max&auto=format&n=UjBJ5lUznbajzMw5&q=85&s=cde020bfa77376d034783b39614222f8" alt="Inworld Node Text Chunking" width="189" height="79" data-path="img/unreal/runtime/nd_img_InworldNode_TextChunking.png" />

**Input Types:**

* `FInworldData_Text` OR `FInworldData_DataStream_String`

**Output Types:**

* `FInworldData_DataStream_String`
