package chatoyant

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

chatoyant-v0.12.2.tbz
sha256=a885dcf4b3c6ede268e2027bedf6955a5c889f7ed01c40b719f8369655957d47
sha512=0bb8dfa12157ba2e482927717c2242c1ea914dce1427801e405987811550afbd6d6b11f07d1e1379259360d17f4ca43ff81963bf407cddb7bedd0dfbb93a55ee

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