dag-core / Exports / IHistoryEntry
Interface: IHistoryEntry
Table of contents
Properties
Properties
prompt
• prompt: TPrompt
Defined in
outputs
• outputs: Record<string, { images?: IOutputAsset[] }>
Defined in
status
• status: Object
Type declaration
| Name | Type |
|---|---|
status_str | "success" | "error" |
completed | boolean |
messages | unknown[] |