fix: code style

This commit is contained in:
Simon
2026-06-30 19:00:58 +08:00
parent 7579def667
commit ae4276c624
2 changed files with 17 additions and 27 deletions
+1 -5
View File
@@ -255,11 +255,7 @@ export interface AgentErrorEvent {
* Union type for all history events
*/
export type HistoricalEvent =
| AgentStepEvent
| ObservationEvent
| UserTakeoverEvent
| RetryEvent
| AgentErrorEvent
AgentStepEvent | ObservationEvent | UserTakeoverEvent | RetryEvent | AgentErrorEvent
/**
* Agent lifecycle status.