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