deerflow2/web/src/core/store
jimmyuconn1982 1ecf7859e7 fix: add max_clarification_rounds parameter passing from frontend to backend (#616)
Bug Fix
This PR fixes the issue where max_clarification_rounds parameter was not being passed from the frontend to the backend, causing a TypeError: '<' not supported between instances of 'int' and 'NoneType' error.

Technical Details
The issue was that the frontend was not passing the max_clarification_rounds parameter to the backend API, causing the backend to receive None values and fail during comparison operations. This fix ensures the parameter is properly typed and passed through the entire request chain.
2025-10-14 17:56:20 +08:00
..
index.ts chore: add settings store 2025-04-23 21:18:33 +08:00
settings-store.ts feat: Add intelligent clarification feature in coordinate step for research queries (#613) 2025-10-14 13:35:57 +08:00
store.ts fix: add max_clarification_rounds parameter passing from frontend to backend (#616) 2025-10-14 17:56:20 +08:00