Skip to main content
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