planting runtime seeds
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Jibo.Runtime.Abstractions;
|
||||
|
||||
public interface ISttStrategySelector
|
||||
{
|
||||
Task<ISttStrategy> SelectAsync(TurnContext turn, CancellationToken cancellationToken = default);
|
||||
}
|
||||
Reference in New Issue
Block a user