chore: cleanup

This commit is contained in:
Simon
2026-01-17 01:46:35 +08:00
parent f41119c1ad
commit 6d6c82648c

View File

@@ -90,9 +90,6 @@ export interface UserTakeoverEvent {
*/ */
export type HistoryEvent = AgentStep | ObservationEvent | UserTakeoverEvent export type HistoryEvent = AgentStep | ObservationEvent | UserTakeoverEvent
/** @deprecated Use AgentStep instead */
export type AgentHistory = AgentStep
export interface ExecutionResult { export interface ExecutionResult {
success: boolean success: boolean
data: string data: string