package ocaml-ai-sdk

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

Source file ai_core__.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
(* generated by dune *)

(** @canonical Ai_core.Core_tool *)
module Core_tool = Ai_core__Core_tool

(** @canonical Ai_core.Generate_text *)
module Generate_text = Ai_core__Generate_text

(** @canonical Ai_core.Generate_text_result *)
module Generate_text_result = Ai_core__Generate_text_result

(** @canonical Ai_core.Output *)
module Output = Ai_core__Output

(** @canonical Ai_core.Partial_json *)
module Partial_json = Ai_core__Partial_json

(** @canonical Ai_core.Prompt_builder *)
module Prompt_builder = Ai_core__Prompt_builder

(** @canonical Ai_core.Retry *)
module Retry = Ai_core__Retry

(** @canonical Ai_core.Server_handler *)
module Server_handler = Ai_core__Server_handler

(** @canonical Ai_core.Smooth_stream *)
module Smooth_stream = Ai_core__Smooth_stream

(** @canonical Ai_core.Stop_condition *)
module Stop_condition = Ai_core__Stop_condition

(** @canonical Ai_core.Stream_text *)
module Stream_text = Ai_core__Stream_text

(** @canonical Ai_core.Stream_text_result *)
module Stream_text_result = Ai_core__Stream_text_result

(** @canonical Ai_core.Telemetry *)
module Telemetry = Ai_core__Telemetry

(** @canonical Ai_core.Text_stream_part *)
module Text_stream_part = Ai_core__Text_stream_part

(** @canonical Ai_core.Ui_message_chunk *)
module Ui_message_chunk = Ai_core__Ui_message_chunk

(** @canonical Ai_core.Ui_message_stream *)
module Ui_message_stream = Ai_core__Ui_message_stream

(** @canonical Ai_core.Ui_message_stream_writer *)
module Ui_message_stream_writer = Ai_core__Ui_message_stream_writer

module Ai_core__ = struct end
[@@deprecated "this module is shadowed"]