mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
Removed unused class
This commit is contained in:
parent
c5acce7278
commit
5d3836441b
@ -1,12 +0,0 @@
|
|||||||
namespace AIStudio.Chat;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Data about a workspace.
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="name">The name of the workspace.</param>
|
|
||||||
public sealed class Workspace(string name)
|
|
||||||
{
|
|
||||||
public string Name { get; set; } = name;
|
|
||||||
|
|
||||||
public List<ChatThread> Threads { get; set; } = new();
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user