feat(chat): threads UI + graphql flow + qwen/gigachat integration
This commit is contained in:
5
Frontend/graphql/operations/send-pilot-message.graphql
Normal file
5
Frontend/graphql/operations/send-pilot-message.graphql
Normal file
@@ -0,0 +1,5 @@
|
||||
mutation SendPilotMessageMutation($text: String!) {
|
||||
sendPilotMessage(text: $text) {
|
||||
ok
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user