19 lines
199 B
GraphQL
19 lines
199 B
GraphQL
query ChatMessagesQuery {
|
|
chatMessages {
|
|
id
|
|
role
|
|
text
|
|
plan
|
|
thinking
|
|
tools
|
|
toolRuns {
|
|
name
|
|
status
|
|
input
|
|
output
|
|
at
|
|
}
|
|
createdAt
|
|
}
|
|
}
|