|
@@ -214,7 +214,7 @@ class PushTaskWorkerPool:
|
|
|
message_to_user = push_agent.generate_message(
|
|
|
context=main_agent.get_prompt_context(None),
|
|
|
dialogue_history=self.agent_service.history_dialogue_db.get_dialogue_history_backward(
|
|
|
- staff_id, user_id, main_agent.last_interaction_time_ms, limit=100
|
|
|
+ staff_id, user_id, main_agent.last_interaction_time_ms, limit=30
|
|
|
),
|
|
|
query_prompt_template=query_prompt_template
|
|
|
)
|