feat(page-ai): add resumable run journal descriptors
This commit is contained in:
@@ -414,6 +414,12 @@ pub struct AiRuntimeEventRecord {
|
||||
pub created_at: Timestamp,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub struct AiRuntimeJournalEventRecord {
|
||||
pub seq: i64,
|
||||
pub event: AiRuntimeEventRecord,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub struct AppendAiRuntimeEventInput {
|
||||
pub id: Option<EntityId>,
|
||||
|
||||
Reference in New Issue
Block a user