RerankResponse model.
Summary
Types
@type t() :: %ExBifrost.Model.RerankResponse{ extra_fields: ExBifrost.Model.BifrostResponseExtraFields.t() | nil, id: String.t() | nil, model: String.t(), results: [ExBifrost.Model.RerankResult.t()], usage: ExBifrost.Model.BifrostLlmUsage.t() | nil }