package deepseek

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

Module Dsml.JsonSource

JSON

Generic JSON values on jsont's representation (Json.t = Jsont.json, so jsont's own combinators apply directly). Tool schemas and tool-call arguments are Json.t values.

A generic JSON value.

Sourcemodule Value : sig ... end