Packages

Elixir client for the Anthropic Messages API — typed content blocks, native tool use, streaming, retries.

Current section

Files

Jump to
anthropic_community lib anthropic messages stream_event ping.ex
Raw

lib/anthropic/messages/stream_event/ping.ex

defmodule Anthropic.Messages.StreamEvent.Ping do
@moduledoc "A keep-alive event with no payload."
defstruct []
@type t :: %__MODULE__{}
end