JournalRecord

Represents a journal record containing execution details and content

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the agent space containing this record

Link copied to clipboard
val content: <Error class: unknown class>?

The content of this journal record

Link copied to clipboard
val createdAt: <Error class: unknown class>

Timestamp when this journal record was created

Link copied to clipboard

The execution ID associated with this journal record

Link copied to clipboard

The unique identifier for this journal record

Link copied to clipboard

The type of this journal record

Link copied to clipboard

Reference to the user associated with this journal record

Functions

Link copied to clipboard
inline fun copy(block: JournalRecord.Builder.() -> Unit = {}): JournalRecord
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String