Idiomatic Clojure wrapper for the beta Messages API.
Idiomatic Clojure wrapper for the beta Messages API.
(count-beta-tokens client req)(count-beta-tokens client req opts)Count beta Messages input tokens without creating a message. Request maps support cache-control, context-management, mcp-servers, response-format, effort, task-budget, output-format, speed, user-profile-id, extra-headers, extra-query, and extra-body. Returns :input-tokens and, when present, nested :context-management data.
Count beta Messages input tokens without creating a message. Request maps support cache-control, context-management, mcp-servers, response-format, effort, task-budget, output-format, speed, user-profile-id, extra-headers, extra-query, and extra-body. Returns :input-tokens and, when present, nested :context-management data.
(create-beta-message client req)(create-beta-message client req opts)Send a beta Messages request and return a generic Clojure map response.
Request maps support context-management, diagnostics, speed, and tool-choice
disable-parallel-tool-use options. Tool specs support response-inclusion,
input-examples, eager-input-streaming, caching, and dated :version options.
System text and text content blocks accept citation-list :citations; document
content blocks accept boolean or {:enabled ...} citation configuration.
Custom tools accept optional :description and :input-schema; an omitted schema
defaults to the SDK's object schema.
Send a beta Messages request and return a generic Clojure map response.
Request maps support context-management, diagnostics, speed, and tool-choice
disable-parallel-tool-use options. Tool specs support response-inclusion,
input-examples, eager-input-streaming, caching, and dated :version options.
System text and text content blocks accept citation-list `:citations`; document
content blocks accept boolean or `{:enabled ...}` citation configuration.
Custom tools accept optional :description and :input-schema; an omitted schema
defaults to the SDK's object schema.(run-beta-tools client params)(run-beta-tools client params opts)Run beta Messages with local tool functions until no tool is requested.
Options include :max-iterations, :on-message, and :on-turn. :on-turn
receives each assistant response and the current params, and returns params
for the next iteration, allowing tools and request settings to change. Tool
specs support response-inclusion, input-examples, eager-input-streaming,
caching, and dated :version options.
Run beta Messages with local tool functions until no tool is requested. Options include `:max-iterations`, `:on-message`, and `:on-turn`. `:on-turn` receives each assistant response and the current params, and returns params for the next iteration, allowing tools and request settings to change. Tool specs support response-inclusion, input-examples, eager-input-streaming, caching, and dated :version options.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |