mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 19:09:06 +00:00
7 lines
88 B
C#
7 lines
88 B
C#
namespace AIStudio.Components;
|
|
|
|
public enum ConfidenceInfoMode
|
|
{
|
|
BUTTON,
|
|
ICON,
|
|
} |