Files
clientsflow/Frontend/graphql/operations/chat-messages.graphql

19 lines
199 B
GraphQL

query ChatMessagesQuery {
chatMessages {
id
role
text
plan
thinking
tools
toolRuns {
name
status
input
output
at
}
createdAt
}
}