deepseek.dsml
Dsml.Json
deepseek.cmd
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.
Json.t = Jsont.json
Json.t
type t = Jsont.json
A generic JSON value.
module Value : sig ... end