package ocaml-ai-sdk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml AI SDK - Provider abstraction for AI models
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-ai-sdk-0.6.1.tbz
sha256=cb3b82428abcda76c02ec92f8103a4db28edf3f42795794a37135e9a3c40af96
sha512=11be8889ee25bee67b2be00553c42a4692bc73e5ce23985e8bb87f8a07e9d8f556b5a63b219fe5fe30366c8b0d4edae494afa80ccfbfcb112f1fa1e458de55bf
doc/ocaml-ai-sdk.ai_provider_anthropic/Ai_provider_anthropic/Convert_response/index.html
Module Ai_provider_anthropic.Convert_responseSource
Convert Anthropic API responses to SDK format.
Source
type content_block_json = {type_ : string;text : string option;id : string option;name : string option;input : Yojson.Basic.t option;thinking : string option;signature : string option;data : string option;
}A single content block in an Anthropic response.
Parse a content block from JSON.
Convert a content block to JSON.
Source
type anthropic_response_json = {id : string option;model : string option;content : content_block_json list;stop_reason : string option;usage : Convert_usage.anthropic_usage;
}A full Anthropic Messages API response.
Parse an Anthropic response from JSON.
Convert an Anthropic response to JSON.
Map Anthropic stop reasons to SDK finish reasons.
Build provider metadata carrying an Anthropic thinking signature.
Build provider metadata carrying an Anthropic redacted thinking block.
Parse a full Anthropic Messages API response into a Generate_result.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>