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