OptionalboolOptional. Represents a boolean value.
OptionaljsonRequired. A JSON Path (RFC 9535) to the argument being streamed. https://datatracker.ietf.org/doc/html/rfc9535. e.g. "$.foo.bar[0].data".
OptionalnullOptional. Represents a null value.
OptionalnumberOptional. Represents a double value.
OptionalstringOptional. Represents a string value.
OptionalwillOptional. Whether this is not the last part of the same json_path. If true, another PartialArg message for the current json_path is expected to follow.
Partial argument value of the function call. This data type is not supported in Gemini API.