fix: type
This commit is contained in:
@@ -33,7 +33,7 @@ export interface PanelAgentAdapter extends EventTarget {
|
||||
|
||||
/** History of agent events */
|
||||
readonly history: readonly {
|
||||
type: 'step' | 'observation' | 'user_takeover'
|
||||
type: 'step' | 'observation' | 'user_takeover' | 'error'
|
||||
/** For 'step' type */
|
||||
reflection?: {
|
||||
evaluation_previous_goal?: string
|
||||
|
||||
Reference in New Issue
Block a user