struct

Crig::Providers::Gemini::Interactions::AdditionalParameters

Inherits JSON::Serializable < Struct < Value < Object

Constructors

from_json_value(value : JSON::Any) : self
Source
new(agent : String | Nil = nil, agent_config : AgentConfig | Nil = nil, background : Bool | Nil = nil, generation_config : GenerationConfig | Nil = nil, previous_interaction_id : String | Nil = nil, response_modalities : Array(ResponseModality) | Nil = nil, response_format : JSON::Any | Nil = nil, response_mime_type : String | Nil = nil, store : Bool | Nil = nil, stream : Bool | Nil = nil, system_instruction : String | Nil = nil, tools : Array(Tool) | Nil = nil, additional_params : JSON::Any | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

additional_params
Source
agent
Source
agent_config
Source
background
Source
generation_config
Source
previous_interaction_id
Source
response_format
Source
response_mime_type
Source
response_modalities
Source
store
Source
stream
Source
system_instruction
Source
tools
Source