feat(ext): display step index in event card

This commit is contained in:
Simon
2026-01-21 17:14:51 +08:00
parent 908ffae77c
commit 189e9f3d39
2 changed files with 4 additions and 1 deletions
@@ -57,6 +57,7 @@ export type AgentActivity =
export interface HistoricalEvent {
type: 'step' | 'observation' | 'user_takeover' | 'error'
// For 'step' type
stepIndex?: number
reflection?: {
evaluation_previous_goal?: string
memory?: string