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.

Overview > Inworld Node > Inworld Node LLM Class: 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. Inworld Node LLM Input Types:
  • FInworldData_LLMChatRequest
Output Types:
  • FInworldData_LLMChatResponse