Module Ai_provider.WarningSource

Warnings emitted by providers for unsupported features.

Sourcetype t =
  1. | Unsupported_feature of {
    1. feature : string;
    2. details : string option;
    }
  2. | Other of {
    1. message : string;
    }