Module Tool_call_chunk.Function_call

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