Module Tool_choice.Specific

type t = {
  1. type_ : string;
  2. function_ : Function_choice.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t