Files
clientsflow/Frontend/graphql/operations/chat-messages.graphql
2026-02-19 06:31:55 +07:00

28 lines
328 B
GraphQL

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