Client generated response to a ToolCall received from the server.
Individual FunctionResponse objects are matched to the respective
FunctionCall objects by the id field.
Note that in the unary and server-streaming GenerateContent APIs function
calling happens by exchanging the Content parts, while in the bidi
GenerateContent APIs function calling happens over this dedicated set of
messages.
Client generated response to a
ToolCall
received from the server.Individual
FunctionResponse
objects are matched to the respectiveFunctionCall
objects by theid
field.Note that in the unary and server-streaming GenerateContent APIs function calling happens by exchanging the
Content
parts, while in the bidi GenerateContent APIs function calling happens over this dedicated set of messages.