Claudex.Stream.Event.Unknown (Claudex v0.6.1)

Copy Markdown View Source

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.

Summary

Types

t()

@type t() :: %Claudex.Stream.Event.Unknown{raw: map(), type: String.t() | nil}