mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboExperiments.git
synced 2026-06-19 13:06:13 +00:00
refactors
This commit is contained in:
@@ -4,6 +4,7 @@ public interface IBrainStrategy
|
||||
{
|
||||
string Name { get; }
|
||||
bool CanHandle(TurnContext turn, ConversationSession session);
|
||||
|
||||
Task<BrainDecision> DecideAsync(
|
||||
TurnContext turn,
|
||||
ConversationSession session,
|
||||
|
||||
Reference in New Issue
Block a user