You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/api/controllers/web
Kalo Chin b8b5acc1f0 Add always_new_chat option to apps and sites
Introduces a new boolean field 'always_new_chat' (default true) to both apps and sites in the backend and frontend. This option allows configuration to always start a new chat session, ignoring previous conversations. Includes database migration, API/controller updates, model changes, UI controls, and i18n support.
11 months ago
..
__init__.py Feat/webapp verified sso main (#20494) 1 year ago
app.py Feat/webapp verified sso main (#20494) 1 year ago
audio.py fix: Before publish the app, preview the voice of tts, it raise an er… (#21821) 11 months ago
completion.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 1 year ago
conversation.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 1 year ago
error.py feat: Persist Variables for Enhanced Debugging Workflow (#20699) 12 months ago
feature.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 1 year ago
files.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 1 year ago
forgot_password.py Feat/webapp verified sso main (#20494) 1 year ago
login.py Feat/webapp verified sso main (#20494) 1 year ago
message.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 1 year ago
passport.py [Bug] fix misusing ACCESS_TOKEN_EXPIRE_MINUTES in jwt on exp (#21030) 12 months ago
remote_files.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 1 year ago
saved_message.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 1 year ago
site.py Add always_new_chat option to apps and sites 11 months ago
workflow.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 1 year ago
wraps.py Feat/webapp verified sso main (#20494) 1 year ago