Update chat events/transcription flow and container startup fixes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
mutation ArchiveChatConversationMutation($id: ID!) {
|
||||
archiveChatConversation(id: $id) {
|
||||
ok
|
||||
}
|
||||
}
|
||||
@@ -3,6 +3,10 @@ query ChatMessagesQuery {
|
||||
id
|
||||
role
|
||||
text
|
||||
requestId
|
||||
eventType
|
||||
phase
|
||||
transient
|
||||
thinking
|
||||
tools
|
||||
toolRuns {
|
||||
|
||||
@@ -40,6 +40,16 @@ query DashboardQuery {
|
||||
amount
|
||||
nextStep
|
||||
summary
|
||||
currentStepId
|
||||
steps {
|
||||
id
|
||||
title
|
||||
description
|
||||
status
|
||||
dueAt
|
||||
order
|
||||
completedAt
|
||||
}
|
||||
}
|
||||
feed {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user