Completions.Tool_call
Tool call made by the model
module Function_call : sig ... end
type t = {
id : string;
type_ : string;
function_ : Function_call.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t