package ocaml-ai-sdk

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

Module Ai_provider_anthropic.EffortSource

Anthropic output effort levels.

Sourcetype t =
  1. | Low
  2. | Medium
  3. | High
  4. | Xhigh
  5. | Max
Sourceval to_string : t -> string