A stream event this version of Claudex doesn't model yet. Nothing is lost: raw holds the full decoded JSON and type is its "type" field, so a new event type from the API never breaks a running stream.
raw
type
"type"
@type t() :: %Claudex.Stream.Event.Unknown{raw: map(), type: String.t() | nil}