Packages

Gleam SDK for the Anthropic Claude API with agentic tool-use loop and BEAM concurrency

Current section

Files

Jump to
claude_gleam include claude@types@content_Text.hrl
Raw

include/claude@types@content_Text.hrl

-record(text, {
text :: binary(),
citations :: list(claude@types@content:citation())
}).