A predicted [FunctionCall] returned from the model that contains a
string representing the [FunctionDeclaration.name] and a structured
JSON object containing the parameters and their values.
Attributes
Name
Description
name
str
Optional. The name of the function to call. Matches
[FunctionDeclaration.name].
args
google.protobuf.struct_pb2.Struct
Optional. The function parameters and values in JSON object
format. See [FunctionDeclaration.parameters] for parameter
details.
partial_args
MutableSequence[google.cloud.aiplatform_v1.types.PartialArg]
Optional. The partial argument value of the
function call. If provided, represents the
arguments/fields that are streamed
incrementally.
will_continue
bool
Optional. Whether this is the last part of
the FunctionCall. If true, another partial
message for the current FunctionCall is expected
to follow.
A predicted [FunctionCall] returned from the model that contains a
string representing the [FunctionDeclaration.name] and a structured
JSON object containing the parameters and their values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-01 UTC."],[],[]]