feat(chat): threads UI + graphql flow + qwen/gigachat integration
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
mutation SelectChatConversationMutation($id: ID!) {
|
||||
selectChatConversation(id: $id) {
|
||||
ok
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user