feat: add recommended action, risk level, and ticket draft readiness to AgentRunLogResponse and related components

This commit is contained in:
mlogclub
2026-04-12 14:12:04 +08:00
parent c3ac4c3e28
commit 54f5a684c3
4 changed files with 100 additions and 56 deletions
+3
View File
@@ -399,6 +399,9 @@ export type AgentRunLog = {
toolSearchTrace: string
graphToolTrace: string
graphToolCode: string
recommendedAction: string
riskLevel: string
ticketDraftReady: boolean
handoffReason: string
plannedToolCode: string
planReason: string