Codex.Events.CurrentTimeReadRequested (Codex SDK v0.17.0)

Copy Markdown View Source

Event emitted when the app-server asks the client to read the current time from an externally-owned clock. There is no default provider; respond via Codex.AppServer.respond/3 with %{"currentTimeAt" => unix_seconds} or the request will not receive a timely response.

Summary

Types

t()

@type t() :: %Codex.Events.CurrentTimeReadRequested{
  id: String.t() | integer(),
  thread_id: String.t()
}