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