AI-Studio/app/MindWork AI Studio/Components/ReadWebContentSteps.cs

11 lines
129 B
C#
Raw Normal View History

2024-08-21 06:30:01 +00:00
namespace AIStudio.Components;
public enum ReadWebContentSteps
{
START,
LOADING,
PARSING,
CLEANING,
DONE,
}