warning.ml
ocaml-ai-sdk.ai_core
ocaml-ai-sdk.ai_provider
ocaml-ai-sdk.ai_provider_anthropic
ocaml-ai-sdk.ai_provider_openai
1 2 3 4 5 6 type t = | Unsupported_feature of { feature : string; details : string option; } | Other of { message : string }
1 2 3 4 5 6
type t = | Unsupported_feature of { feature : string; details : string option; } | Other of { message : string }