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 message_stop.ex
Raw

lib/anthropic/messages/stream_event/message_stop.ex

defmodule Anthropic.Messages.StreamEvent.MessageStop do
@moduledoc "The final event of a successful stream."
defstruct []
@type t :: %__MODULE__{}
end