feat: show rawResponse in cards

This commit is contained in:
Simon
2026-01-20 20:38:02 +08:00
parent a47dfef659
commit f500445965
4 changed files with 59 additions and 9 deletions
@@ -72,6 +72,8 @@ export interface HistoricalEvent {
// For 'error' type
errorType?: 'retry' | 'error'
message?: string
// Raw LLM response for debugging (step and error types)
rawResponse?: unknown
}
/** Agent state snapshot */