Tool_call.Function_call
type t = {
name : string;
arguments : string;
}
val sexp_of_t : t -> Sexplib0.Sexp.t