mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-15 07:34:08 +00:00
4 lines
241 B
C#
4 lines
241 B
C#
// ReSharper disable NotAccessedPositionalProperty.Global
|
|
namespace AIStudio.Tools;
|
|
|
|
public readonly record struct WorkspaceTreeChat(Guid WorkspaceId, Guid ChatId, string ChatPath, string Name, DateTimeOffset LastEditTime, bool IsTemporary); |