requestStreamingAndSendResultsImpl
suspend fun AIAgentGraphContextBase.requestStreamingAndSendResultsImpl(structureDefinition: StructureDefinition?): List<Message.Response>(source)
InternalAgentsApi method. Performs LLM streaming and sends the results to the prompt.
Return
A list of Message.Response objects containing the processed results from the LLM streaming request.
Parameters
structureDefinition
The optional structure defining the format of the textual content for the LLM streaming request. If null, a default structure is assumed. This parameter facilitates the construction and customization of content during the streaming process.