Module Stream_chunk.Tool_call_chunk

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