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