containsToolCalls
Checks if the list of Message.Response
contains any instances of Message.Tool.Call
.
Receiver
A list of Message.Response
objects to evaluate.
Return
true
if there is at least one Message.Tool.Call
in the list, otherwise false
.