Skip to main content
Overview > Inworld Node > 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. Inworld Node Text Chunking Input Types:
  • FInworldData_Text OR FInworldData_DataStream_String
Output Types:
  • FInworldData_DataStream_String