Spatio.Model.AgentConversation (spatio_sdk v0.0.2)

LLM conversation tracked by the agent platform (distinct from /v1/conversations which is the renderer-driven sidebar persistence).

Summary

Types

t()

@type t() :: %Spatio.Model.AgentConversation{
  agentId: String.t() | nil,
  createdAt: DateTime.t() | nil,
  id: String.t(),
  metadata: %{optional(String.t()) => any()} | nil,
  title: String.t() | nil,
  updatedAt: DateTime.t() | nil
}

Functions

decode(value)