mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 16:19:48 +00:00
6 lines
169 B
C#
6 lines
169 B
C#
namespace AIStudio.Chat;
|
|
|
|
public static class KnownWorkspaces
|
|
{
|
|
public static readonly Guid BIAS_WORKSPACE_ID = Guid.Parse("82050a4e-ee92-43d7-8ee5-ab512f847e02");
|
|
} |