OpenAI::InferenceOptions
Inherits JSON::Serializable < Reference < Object
Model and tool overrides applied when generating the assistant response.
Constructors
new(pull : JSON::PullParser)
Sourcenew(tool_choice : InferenceOptionsToolChoice = nil, model : InferenceOptionsModel = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
model
Sourcemodel=(model : InferenceOptionsModel)
Sourcetool_choice
Sourcetool_choice=(tool_choice : InferenceOptionsToolChoice)
Source