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