Module: OpenAI::Models::Chat::CompletionCreateParams::FunctionCall Deprecated
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/openai/models/chat/completion_create_params.rb
Overview
Deprecated.
Deprecated in favor of ‘tool_choice`.
Controls which (if any) function is called by the model.
‘none` means the model will not call a function and instead generates a message.
‘auto` means the model can pick between generating a message or calling a function.
Specifying a particular function via ‘“my_function”` forces the model to call that function.
‘none` is the default when no functions are present. `auto` is the default if functions are present.
Defined Under Namespace
Modules: FunctionCallMode
Method Summary
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type