Agent4Rec icon indicating copy to clipboard operation
Agent4Rec copied to clipboard

fix: add missing argument to function simulate_one_avatar

Open hih0124 opened this issue 7 months ago • 1 comments

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 the reaction_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.

hih0124 avatar Jul 07 '24 05:07 hih0124