Codex.Protocol.CollabAgentRef (Codex SDK v0.14.0)

Copy Markdown View Source

Typed reference to a collaboration agent thread.

Summary

Types

t()

@type t() :: %Codex.Protocol.CollabAgentRef{
  agent_nickname: (String.t() | nil) | nil,
  agent_role: (String.t() | nil) | nil,
  thread_id: String.t()
}

Functions

from_map(ref)

@spec from_map(map() | t()) :: t()

to_map(ref)

@spec to_map(t()) :: map()