feat(activity_log): enhance activity logging with query tool and context handling

This commit is contained in:
jxxghp
2026-06-19 20:39:12 +08:00
parent a9534d2422
commit 38c3dcc76b
11 changed files with 1110 additions and 70 deletions
+1 -1
View File
@@ -596,7 +596,7 @@ class ConfigModel(BaseModel):
# AI推荐条目数量限制
AI_RECOMMEND_MAX_ITEMS: int = 50
# LLM工具选择中间件最大工具数量,0为不启用工具选择中间件
LLM_MAX_TOOLS: int = 0
LLM_MAX_TOOLS: int = 20
# AI智能体定时任务检查间隔(小时),0为不启用,默认24小时
AI_AGENT_JOB_INTERVAL: int = 0
# AI智能体啰嗦模式,开启后会回复工具调用过程