[Week1] 工具调用参数过滤测试 #104

Closed
opened 2026-05-10 19:54:32 +08:00 by admin · 0 comments
Owner

目标

验证 tool_registry._run_function 参数过滤逻辑:LLM 生成错误参数名 → 过滤 → 正常执行

涉及文件

  • backend/app/services/tool_registry.py

验收标准

参数名不匹配时不崩溃,未知参数被过滤且有日志

里程碑

Week 1 — 保稳定

## 目标 验证 tool_registry._run_function 参数过滤逻辑:LLM 生成错误参数名 → 过滤 → 正常执行 ## 涉及文件 - backend/app/services/tool_registry.py ## 验收标准 参数名不匹配时不崩溃,未知参数被过滤且有日志 ## 里程碑 Week 1 — 保稳定
admin closed this issue 2026-05-10 20:37:50 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/aiagent#104