package ocaml-ai-sdk

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

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

    *)
  4. provider_options : Provider_options.t;
}