chore: cleanup
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user