Agent4Rec
Agent4Rec copied to clipboard
fix: add missing argument to function simulate_one_avatar
Reason for Change
- The "simulate_one_avatar" function was causing errors due to an incorrect argument. (missing argument & incorrect argument type)
Changes Made
- Added the
current_page
argument to thereaction_to_recommended_items
function. - Changed the
movies_on_page
parameter type from list to string in the "simulate_one_avatar" function. - This correction ensures the function operates as expected.
Testing
- This correction ensures the function operates as expected.