Source file tool.ml

1
2
3
4
5
type t = {
  name : string;
  description : string option;
  parameters : Yojson.Basic.t;
}