sendMultipleToolResults
suspend fun AIAgentFunctionalContext.sendMultipleToolResults(results: List<ReceivedToolResult>): List<Message.Response>(source)
Adds multiple tool results to the prompt and gets multiple LLM responses.
Return
A list of LLM responses.
Parameters
results
The list of tool results to add to the prompt.