feat(chat): threads UI + graphql flow + qwen/gigachat integration
This commit is contained in:
6
Frontend/graphql/operations/update-feed-decision.graphql
Normal file
6
Frontend/graphql/operations/update-feed-decision.graphql
Normal file
@@ -0,0 +1,6 @@
|
||||
mutation UpdateFeedDecisionMutation($id: ID!, $decision: String!, $decisionNote: String) {
|
||||
updateFeedDecision(id: $id, decision: $decision, decisionNote: $decisionNote) {
|
||||
ok
|
||||
id
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user