diff --git a/app/server/ChatbotAgent/core/stylist_agent_server.py b/app/server/ChatbotAgent/core/stylist_agent_server.py index 923aca8..ee431cd 100644 --- a/app/server/ChatbotAgent/core/stylist_agent_server.py +++ b/app/server/ChatbotAgent/core/stylist_agent_server.py @@ -440,7 +440,7 @@ class AsyncStylistAgent: MAX_LEN_ACC = 3 acc_system_prompt = self._build_system_prompt(accessories_template, request_summary, accessories_guide, 'accessories', MAX_LEN_ACC) reason = await self._execute_batch_recommendation( - current_category, # can be 'accessories' or 'all' + 'accessories', # can be 'accessories' or 'all' acc_system_prompt, build_batch_schema(current_category), occasions,