feat: add Graph Tool code and handoff reason to agent run log model and related components

This commit is contained in:
mlogclub
2026-04-10 16:23:25 +08:00
parent c1d42be1fc
commit 023ba802e4
7 changed files with 64 additions and 3 deletions
+2
View File
@@ -363,6 +363,8 @@ export type AgentRunLog = {
skillRouteTrace: string
toolSearchTrace: string
graphToolTrace: string
graphToolCode: string
handoffReason: string
plannedToolCode: string
planReason: string
interruptType: string