Packages

A well-typed, idiomatic Gleam client for Anthropic's Claude API with streaming support and tool use

Current section

Files

Jump to
anthropic_gleam src anthropic_testing_ffi.erl
Raw

src/anthropic_testing_ffi.erl

-module(anthropic_testing_ffi).
-export([unique_integer/0]).
unique_integer() ->
erlang:unique_integer([positive]).