mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 12:41:37 +00:00
3 lines
97 B
C#
3 lines
97 B
C#
|
|
namespace AIStudio.Tools;
|
||
|
|
|
||
|
|
public readonly record struct LoadChat(Guid WorkspaceId, Guid ChatId);
|