struct Gemini::FunctionResponse
- Gemini::FunctionResponse
- Struct
- Value
- Object
Overview
This should contain the result of a FunctionCall
made based on model prediction.
Included Modules
- JSON::Serializable
Defined in:
gemini/function_calling.crConstructors
Instance Method Summary
-
#name : String
The name of the function to call.
-
#name=(name : String)
The name of the function to call.
-
#response : JSON::Any
The function response in JSON object format.
-
#response=(response : JSON::Any)
The function response in JSON object format.
- #to_json_object_key