mirror of
https://github.com/langgenius/dify.git
synced 2026-02-12 14:04:47 +08:00
Co-authored-by: CodingOnStar <hanxujiang@dify.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
export const PROGRESS_NOT_STARTED = -1
|
|
export const PROGRESS_ERROR = -2
|
|
export const PROGRESS_COMPLETE = 100
|