Source file chatoyant_tokens__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(** @canonical Chatoyant_tokens.Chunking *)
module Chunking = Chatoyant_tokens__Chunking
(** @canonical Chatoyant_tokens.Context_window *)
module Context_window = Chatoyant_tokens__Context_window
(** @canonical Chatoyant_tokens.Cost *)
module Cost = Chatoyant_tokens__Cost
(** @canonical Chatoyant_tokens.Message_budget *)
module Message_budget = Chatoyant_tokens__Message_budget
(** @canonical Chatoyant_tokens.Pricing *)
module Pricing = Chatoyant_tokens__Pricing
(** @canonical Chatoyant_tokens.Token_estimate *)
module Token_estimate = Chatoyant_tokens__Token_estimate
module Chatoyant_tokens__ = struct end
[@@deprecated "this module is shadowed"]