Vibe.Event.AssistantStream.Aborted (vibe v0.2.3)

Copy Markdown View Source

Payload for an assistant response aborting.

Summary

Types

t()

@type t() :: %Vibe.Event.AssistantStream.Aborted{
  notify?: boolean(),
  reason: String.t()
}