feat: auto-trigger quote after image idle to avoid stalled conversations

This commit is contained in:
2026-03-01 13:27:38 +08:00
parent a001d09e6e
commit 3c92611137
2 changed files with 95 additions and 3 deletions

View File

@@ -424,6 +424,15 @@ class CustomerServiceAgent:
"收到了,我先看一下哈,稍等哈",
"这张我收到了,我先看下,等我一下哈",
"收到这张了,我先过一眼,稍等哈",
"我先看这张哈,稍等我一下",
"图我收到了,我先看一眼,马上回你哈",
"这张先记上了,我先看下细节,稍等哈",
"收到哈,我先过一遍这张,等我会儿",
"我先看这张效果,稍等一下哈",
"图到了,我先看下清晰度,稍等哈",
"这张我先看着,稍等我一下就回你",
"收到这张了,我先核一下细节,稍等哈",
"我先把这张看完,稍等我一会儿哈",
]
return random.choice(first_ack)
if not self.dynamic_collection_replies: