sendToolResultsBlocking
fun sendToolResultsBlocking(results: List<ReceivedToolResult>): ERROR CLASS: Symbol not found for Message.Assistant(source)
Sends tool results for processing and returns the corresponding responses.
Return
A list of Message.Response objects representing the responses after processing the tool results.
Parameters
results
A list of ReceivedToolResult representing the tool results to be processed.