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.

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