28 lines
328 B
GraphQL
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
|
|
}
|
|
}
|