mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-10-30 01:10:14 +00:00
### What problem does this PR solve? https://github.com/infiniflow/ragflow/issues/5546 up_down was using req.get("set") to retrieve the parameter, but according to the frontend code, it should be req.get("thumbup"). 1842ca0334/web/src/interfaces/request/chat.ts (L3)1842ca0334/api/apps/conversation_app.py (L327)### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Co-authored-by: zhaozhicheng <zhicheng.zhao@fastonetech.com>