Source file tool.ml

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