feat: implement tool search tracing and logging in agent run logs

This commit is contained in:
mlogclub
2026-04-10 15:04:02 +08:00
parent 8961ec4342
commit 4722caab37
9 changed files with 188 additions and 2 deletions
+1
View File
@@ -365,6 +365,7 @@ export type AgentRunLog = {
plannedSkillCode: string
plannedSkillName: string
skillRouteTrace: string
toolSearchTrace: string
plannedToolCode: string
planReason: string
interruptType: string