struct

Gemini::FunctionCall

Inherits JSON::Serializable < Struct < Value < Object

A predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration#name with the arguments and their values.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

args

The function parameters and values in JSON object format. (Optional)

Source
name

The name of the function to call. (Required)

Source
to_json_object_key
Source