ragflow/api/apps
kuro5989 2c3c4274be
Fix: Correct parameter retrieval in thumbup api (#6114)
### 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").



![image](https://github.com/user-attachments/assets/7189c982-f80e-48c9-a0a3-40f8a5d9e47b)



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>
2025-03-17 16:02:53 +08:00
..
sdk Fix: validation of readonly fields. (#6144) 2025-03-17 12:22:49 +08:00
__init__.py Refa: enlarge default max request body size. (#6088) 2025-03-14 15:21:08 +08:00
api_app.py Introduced task priority (#6118) 2025-03-14 23:43:46 +08:00
canvas_app.py
chunk_app.py
conversation_app.py Fix: Correct parameter retrieval in thumbup api (#6114) 2025-03-17 16:02:53 +08:00
dialog_app.py
document_app.py Introduced task priority (#6118) 2025-03-14 23:43:46 +08:00
file2document_app.py
file_app.py
kb_app.py
llm_app.py Refa: refine the error message. (#6151) 2025-03-17 13:07:22 +08:00
system_app.py
tenant_app.py
user_app.py