mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-13 16:42:12 +00:00
9 lines
111 B
C#
9 lines
111 B
C#
namespace AIStudio.Tools.Rust;
|
|
|
|
public enum QdrantEdgeStatus
|
|
{
|
|
STARTING,
|
|
AVAILABLE,
|
|
UNAVAILABLE,
|
|
}
|