mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-17 11:07:11 +08:00
feat: refine scheduler silent mode to avoid mislabeling delivery tasks
This commit is contained in:
@@ -40,7 +40,6 @@ class TestSchedulerSilentMode(unittest.TestCase):
|
||||
|
||||
self.assertEqual(silent["type"], "boolean")
|
||||
self.assertFalse(silent["default"])
|
||||
self.assertIn("AI", silent["description"])
|
||||
|
||||
def test_create_persists_silent_on_agent_task(self):
|
||||
tool = SchedulerTool({"channel_type": "web"})
|
||||
|
||||
Reference in New Issue
Block a user