nodeLLMSendToolResultsStreaming
fun nodeLLMSendToolResultsStreaming(name: String? = null, structureDefinition: StructureDefinition? = null): AIAgentNodeDelegate<ReceivedToolResults, Flow<StreamFrame>>(source)
A node that appends tool results to the prompt and requests a streaming response from the LLM, returning raw StreamFrame elements.
Parameters
name
Optional node name, defaults to delegate's property name.
structureDefinition
An optional structure definition to guide the streaming response format.