Module Ai_provider.ToolSource

Tool definition for function calling.

Sourcetype t = {
  1. name : string;
  2. description : string option;
  3. parameters : Yojson.Basic.t;
    (*

    JSON Schema

    *)
}