Anthropic.Event.MessageStart (SkillKit v0.1.0)

Copy Markdown View Source

Represents the message_start SSE event from the Anthropic streaming API.

This is the first event in every streamed response. It carries the message id and initial usage statistics (input tokens consumed).

Summary

Types

t()

@type t() :: %Anthropic.Event.MessageStart{id: String.t() | nil, usage: map() | nil}