Files
clientsflow/Frontend/graphql/operations/chat-messages.graphql
2026-02-19 05:22:16 +07:00

29 lines
337 B
GraphQL

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