Codex.Events.DeprecationNotice (Codex SDK v0.6.0)

Copy Markdown View Source

Event emitted when the server reports a deprecated feature or behavior.

Summary

Types

t()

@type t() :: %Codex.Events.DeprecationNotice{
  details: String.t() | nil,
  summary: String.t()
}