mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 19:49:06 +00:00
11 lines
129 B
C#
11 lines
129 B
C#
namespace AIStudio.Components;
|
|
|
|
public enum ReadWebContentSteps
|
|
{
|
|
START,
|
|
LOADING,
|
|
PARSING,
|
|
CLEANING,
|
|
DONE,
|
|
}
|