Files
clientsflow/frontend/graphql/operations/chat-messages.graphql
2026-02-20 12:10:25 +07:00

33 lines
396 B
GraphQL

query ChatMessagesQuery {
chatMessages {
id
role
text
messageKind
requestId
eventType
phase
transient
thinking
tools
toolRuns {
name
status
input
output
at
}
changeSetId
changeStatus
changeSummary
changeItems {
entity
action
title
before
after
}
createdAt
}
}