ocaml-ai-sdk.ai_provider
Ai_provider.Warning
Warnings emitted by providers for unsupported features.
ocaml-ai-sdk.ai_core
ocaml-ai-sdk.ai_provider_anthropic
ocaml-ai-sdk.ai_provider_openai
type t =
| Unsupported_feature of {
feature : string;
details : string option;
}
| Other of {
message : string;