feat(chat): threads UI + graphql flow + qwen/gigachat integration
This commit is contained in:
18
Frontend/graphql/operations/chat-messages.graphql
Normal file
18
Frontend/graphql/operations/chat-messages.graphql
Normal file
@@ -0,0 +1,18 @@
|
||||
query ChatMessagesQuery {
|
||||
chatMessages {
|
||||
id
|
||||
role
|
||||
text
|
||||
plan
|
||||
thinking
|
||||
tools
|
||||
toolRuns {
|
||||
name
|
||||
status
|
||||
input
|
||||
output
|
||||
at
|
||||
}
|
||||
createdAt
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user