feat(transfer): aggregate failure notifications by media

This commit is contained in:
jxxghp
2026-08-22 11:46:41 +08:00
parent 2d982f08fa
commit 30ebf98fbb
4 changed files with 386 additions and 60 deletions
+2
View File
@@ -718,6 +718,8 @@ class ConfigModel(BaseModel):
AI_AGENT_VERBOSE: bool = False
# AI智能体自动重试整理失败记录开关
AI_AGENT_RETRY_TRANSFER: bool = False
# 是否按媒体聚合整理失败通知,关闭时保持逐条发送
TRANSFER_FAILURE_NOTIFICATION_AGGREGATION: bool = True
# 音频输入提供商:openai/openai_chat_audio/mimo/minimax
AUDIO_INPUT_PROVIDER: str = "openai"