package chatoyant

  1. Overview
  2. Docs
OCaml-first LLM SDK with Melange-generated JavaScript

Install

dune-project
 Dependency

Authors

Maintainers

Sources

chatoyant-v0.12.4.tbz
sha256=fbf19dea0d39482e0263812504d94c682a9f3a6e93f68fe0c57b2d38ed4166b3
sha512=4e01be9c0ec9c16880f98360dec4ef5e0dddd9192e2113991b154e891b3bdaefb614051c2cb63afa0b714efa0e4cc4fd8054528fdc1995f3a4858fe2fcd50256

doc/src/chatoyant.schema/json_schema.ml.html

Source file json_schema.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module Ast = Json_schema_ast
module Pointer = Json_schema_pointer
module Resolver = Json_schema_resolver
module Output = Json_schema_output
module Validator = Json_schema_validator
module Project = Json_schema_project

type t = Ast.t

let of_json = Ast.of_json
let of_string = Ast.of_string
let to_json = Ast.to_json
let to_string = Ast.to_string
let validate = Validator.validate
let validate_json = Validator.validate_json