AI::Provider::RerankingModel::Documents
Inherits JSON::Serializable < Struct < Value < Object
Documents to rerank - either text or JSON objects.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type : DocumentsType, text_values : Array(String) | Nil = nil, object_values : Array(JSON::Any) | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source