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