package ocaml-ai-sdk

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

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