UNPKG

@butlerbot/sdk

Version:

The official ButlerBot SDK

8 lines (7 loc) 142 B
export type AIToolStatusData = { failed: boolean; done: boolean; id: string; parentId?: string; endingConvo?: boolean; };