Overview > Inworld Node > Inworld Node LLM Class: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.
UInworldNode_LLM | Inherits from: UInworldNode
A workflow node that processes chat messages and produces either complete text output or a stream of text tokens based on the stream parameter.
UInworldNode_LLM encapsulates the functionality of an LLM client to generate text responses within a workflow graph. It can be configured to output complete text or stream tokens as they are generated.

FInworldData_LLMChatRequest
FInworldData_LLMChatResponse