Codex.Events.ThreadNameUpdated (Codex SDK v0.14.0)

Copy Markdown View Source

Event emitted when the thread display name changes.

Summary

Types

t()

@type t() :: %Codex.Events.ThreadNameUpdated{
  thread_id: String.t(),
  thread_name: String.t() | nil
}