fix:收敛A_Memorix最小回归修复
最小修复聊天摘要写回游标恢复、摘要元数据透传、webui反馈参数解析、embedding批次缓存索引、图存储清理与配置默认值回归,并补齐针对性回归测试,确保问题解决且不影响现有逻辑。
This commit is contained in:
@@ -146,7 +146,7 @@ class VisualConfig(ConfigBase):
|
||||
__ui_icon__ = "image"
|
||||
|
||||
planner_mode: Literal["text", "multimodal", "auto"] = Field(
|
||||
default="text",
|
||||
default="auto",
|
||||
json_schema_extra={
|
||||
"x-widget": "select",
|
||||
"x-icon": "image",
|
||||
@@ -155,7 +155,7 @@ class VisualConfig(ConfigBase):
|
||||
"""Planner 视觉模式:text 仅文本,multimodal 强制多模态,auto 按模型能力自动选择"""
|
||||
|
||||
replyer_mode: Literal["text", "multimodal", "auto"] = Field(
|
||||
default="text",
|
||||
default="auto",
|
||||
json_schema_extra={
|
||||
"x-widget": "select",
|
||||
"x-icon": "git-branch",
|
||||
|
||||
Reference in New Issue
Block a user