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

11 lines
136 B
C#

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