package ocaml-ai-sdk

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

Module Ai_provider.Tool_choiceSource

Strategy for tool selection during generation.

Sourcetype t =
  1. | Auto
  2. | Required
  3. | None_
    (*

    None is an OCaml keyword; underscore suffix avoids clash.

    *)
  4. | Specific of {
    1. tool_name : string;
    }