package openrouter_api

  1. Overview
  2. Docs

Module Response.ChoiceSource

Sourcetype t = {
  1. logprobs : Logprobs.t option;
  2. finish_reason : string;
  3. native_finish_reason : string;
  4. index : int;
  5. message : Message.t;
}
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourcemodule Elide_image : sig ... end