Module Message.Tool_call

module Function_call : sig ... end
type t = {
  1. id : string;
  2. type_ : string;
  3. function_ : Function_call.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t