struct Gemini::FunctionCall
- Gemini::FunctionCall
- Struct
- Value
- Object
Overview
A predicted FunctionCall
returned from the model that contains a string representing the FunctionDeclaration#name
with the arguments and their values.
Included Modules
- JSON::Serializable
Defined in:
gemini/function_calling.crConstructors
Instance Method Summary
-
#args : JSON::Any | Nil
The function parameters and values in JSON object format.
-
#name : String
The name of the function to call.
- #to_json_object_key