mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-07 07:31:37 +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);
|