OpenAI::EvalJsonlFileContentSource
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : EvalJsonlFileContentSourceType = EvalJsonlFileContentSourceType::FileContent, content : Array(EvalJsonlFileContentSourceContentItem) = [] of EvalJsonlFileContentSourceContentItem)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
The content of the jsonl file.
type_value=(type_value : EvalJsonlFileContentSourceType)
The type of jsonl source. Always file_content.