From a1b8b9d47b2cf004f2eebc77192fa68a108b8463 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 18 Jul 2025 18:57:42 +0800 Subject: [PATCH] perf: description of default pipeline --- pkg/persistence/mgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/persistence/mgr.py b/pkg/persistence/mgr.py index 9d2bab7b..3aa21ad2 100644 --- a/pkg/persistence/mgr.py +++ b/pkg/persistence/mgr.py @@ -79,7 +79,7 @@ class PersistenceManager: 'stages': pipeline_service.default_stage_order, 'is_default': True, 'name': 'ChatPipeline', - 'description': 'Default pipeline provided, your new bots will be automatically bound to this pipeline | 默认提供的流水线,您配置的机器人将自动绑定到此流水线', + 'description': 'Default pipeline, new bots will be bound to this pipeline | 默认提供的流水线,您配置的机器人将自动绑定到此流水线', 'config': pipeline_config, }