Tool.Function
type t = {
name : string;
description : string option;
parameters : Jsonaf.t option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t