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

11 lines
129 B
C#

namespace AIStudio.Components;
public enum ReadWebContentSteps
{
START,
LOADING,
PARSING,
CLEANING,
DONE,
}