feat: check user existence when authing

This commit is contained in:
Junyan Qin
2025-05-10 15:32:41 +08:00
parent 90b479b9d2
commit e914d93c25
3 changed files with 14 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ class PersistenceManager:
'stages': pipeline_service.default_stage_order,
'is_default': True,
'name': 'Chat Pipeline',
'description': '默认对话配置流水线',
'description': '默认提供的流水线,您配置的机器人、第一个模型将自动绑定到此流水线',
'config': pipeline_config,
}