package ocaml-ai-sdk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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;
}