AI-Studio/app/MindWork AI Studio/Components/ReadWebContentSteps.cs
2024-08-21 08:30:01 +02:00

11 lines
129 B
C#

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