initial copy
This commit is contained in:
10
s8n-ai/AiChatBox.cs
Normal file
10
s8n-ai/AiChatBox.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using s8n_ai.Models;
|
||||
using s8n_runtime;
|
||||
|
||||
namespace s8n_ai;
|
||||
|
||||
public class AiChatBox : WorkflowRuntimeNodeBase
|
||||
{
|
||||
public string? Title { get; set; }
|
||||
public event EventHandler<AiMessage>? NewMessage;
|
||||
}
|
||||
Reference in New Issue
Block a user