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

11 lines
136 B
C#
Raw Normal View History

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