tool.ml
ocaml-ai-sdk.ai_core
ocaml-ai-sdk.ai_provider
ocaml-ai-sdk.ai_provider_anthropic
ocaml-ai-sdk.ai_provider_openai
1 2 3 4 5 type t = { name : string; description : string option; parameters : Yojson.Basic.t; }
1 2 3 4 5
type t = { name : string; description : string option; parameters : Yojson.Basic.t; }