ArchAstro. SDK. Types. Operations. GetApiV1ThreadsThreadTrajectories. Response. Nested. DataItem
(archastro v0.3.5)
Copy Markdown
DataItem API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1ThreadsThreadTrajectories.Response.Nested.DataItem{ agent_message: String.t() | nil | ArchAstro.SDK.Unset.t(), created_at: String.t() | ArchAstro.SDK.Unset.t(), id: String.t(), org: String.t() | nil | ArchAstro.SDK.Unset.t(), sandbox: String.t() | nil | ArchAstro.SDK.Unset.t(), thread: String.t() | ArchAstro.SDK.Unset.t(), trajectory: String.t() | ArchAstro.SDK.Unset.t(), updated_at: String.t() | ArchAstro.SDK.Unset.t(), user_message: String.t() | nil | ArchAstro.SDK.Unset.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()