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