Module Completions.Tool_choice

Tool choice configuration

module Function_choice : sig ... end
module Specific : sig ... end
type t =
  1. | Auto
  2. | None_
  3. | Required
  4. | Specific of Specific.t
include Ppx_jsonaf_conv_lib.Jsonafable.S with type t := t
val t_of_jsonaf : Jsonaf_kernel__.Type.t -> t
val jsonaf_of_t : t -> Jsonaf_kernel__.Type.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val auto : t
val none : t
val required : t
val force_function : string -> t