mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
feat(chat): expand error handling for chat operations by introducing a passthrough code set, improving response management and user feedback
This commit is contained in:
parent
1ce122cc99
commit
2a01711bc9
3 changed files with 26 additions and 15 deletions
|
|
@ -8,13 +8,6 @@ Add thread-level fields to persist Auto (Fastest) model pinning metadata:
|
|||
- pinned_llm_config_id: concrete resolved config id used for this thread
|
||||
- pinned_auto_mode: auto policy identifier (currently "auto_fastest")
|
||||
- pinned_at: timestamp when the pin was created/refreshed
|
||||
|
||||
Idempotent: this migration was originally numbered 134 on the
|
||||
``feat/split-auto-free-premium`` branch and was renumbered to 138 during
|
||||
the merge with ``upstream/dev`` (which claimed 134-137). Some databases
|
||||
already have these columns/indexes from when the original 134 ran, so we
|
||||
use ``IF NOT EXISTS`` to make re-application a no-op for those DBs while
|
||||
still creating the schema on fresh databases.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue