llmRequestStreamingAndSendResults
fun llmRequestStreamingAndSendResults(structureDefinition: StructureDefinition? = null): AIAgentNodeBase<Input, List<Message.Response>>(source)
Sends a streaming request to the Large Language Model (LLM) and processes the results, optionally using a specified structure definition for content customization.
Return
An instance of AIAgentNodeBase with the input type Input and output type as a list of unspecified elements.
Parameters
structureDefinition
An optional StructureDefinition instance that defines the structure of textual content for the LLM request. If null, the default behavior is used without structured customization.