mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-02 20:19:47 +00:00
Define two additional chat-related events
This commit is contained in:
parent
4d6cfd79f0
commit
90aaa0446f
@ -16,6 +16,8 @@ public enum Event
|
||||
// Chat events:
|
||||
HAS_CHAT_UNSAVED_CHANGES,
|
||||
RESET_CHAT_STATE,
|
||||
LOAD_CHAT,
|
||||
CHAT_STREAMING_DONE,
|
||||
|
||||
// Send events:
|
||||
SEND_TO_GRAMMAR_SPELLING_ASSISTANT,
|
||||
|
3
app/MindWork AI Studio/Tools/LoadChat.cs
Normal file
3
app/MindWork AI Studio/Tools/LoadChat.cs
Normal file
@ -0,0 +1,3 @@
|
||||
namespace AIStudio.Tools;
|
||||
|
||||
public readonly record struct LoadChat(Guid WorkspaceId, Guid ChatId);
|
Loading…
Reference in New Issue
Block a user