Module: OpenAI::Models::Evals::CreateEvalCompletionsRunDataSource::InputMessages

Extended by:
Internal::Type::Union
Defined in:
lib/openai/models/evals/create_eval_completions_run_data_source.rb

Overview

Used when sampling from a model. Dictates the structure of the messages passed into the model. Can either be a reference to a prebuilt trajectory (ie, ‘item.input_trajectory`), or a template with variable references to the `item` namespace.

See Also:

Defined Under Namespace

Classes: ItemReference, Template

Class Method Summary collapse

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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/openai/models/evals/create_eval_completions_run_data_source.rb', line 394