package ocaml-ai-sdk

  1. Overview
  2. Docs
OCaml AI SDK - Provider abstraction for AI models

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml-ai-sdk-0.6.3.tbz
sha256=0cc0a957784c295877b6bcc4f80c0dba0f6507d3c282e7d6cbd71038050376de
sha512=f8e082376b4de194a877d0df193892cdaa8139a4789f51eebac651acf8b6d4064b95242e158d86c1a32776d99130d43ed4c1119e2d54e738e93bdba2a6ad9a33

doc/src/ocaml-ai-sdk.ai_core/ai_core.ml.html

Source file ai_core.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module Core_tool = Core_tool
module Retry = Retry
module Stop_condition = Stop_condition
module Smooth_stream = Smooth_stream
module Generate_text_result = Generate_text_result
module Text_stream_part = Text_stream_part
module Ui_message_chunk = Ui_message_chunk
module Prompt_builder = Prompt_builder
module Ui_message_stream = Ui_message_stream
module Generate_text = Generate_text
module Stream_text_result = Stream_text_result
module Stream_text = Stream_text
module Server_handler = Server_handler
module Partial_json = Partial_json
module Output = Output
module Ui_message_stream_writer = Ui_message_stream_writer
module Telemetry = Telemetry