Packages
A well-typed, idiomatic Gleam client for Anthropic's Claude API with streaming support and tool use
Current section
Files
Jump to
Current section
Files
src/anthropic_testing_ffi.erl
-module(anthropic_testing_ffi).
-export([unique_integer/0]).
unique_integer() ->
erlang:unique_integer([positive]).