Copilot.Types.PingResponse (Copilot SDK v2.5.3)

Copy Markdown

Response from ping.

Summary

Types

t()

@type t() :: %Copilot.Types.PingResponse{
  message: String.t(),
  protocol_version: integer() | nil,
  timestamp: integer()
}

Functions

from_map(m)