refactor: optimized error handling (#2020)

* Update output.yaml

* Update default-pipeline-config.json

* Update chat.py

* Add files via upload

* Update chat.py

* Update default-pipeline-config.json

* Update output.yaml

* Update constants.py

* feat: update logic

* fix: update required database version to 21

---------

Co-authored-by: Junyan Qin <rockchinq@gmail.com>
This commit is contained in:
Typer_Body
2026-03-10 22:01:23 +08:00
committed by GitHub
parent 13cb0aa9be
commit 0541b05966
5 changed files with 119 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ import langbot
semantic_version = f'v{langbot.__version__}'
required_database_version = 20
required_database_version = 21
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
debug_mode = False