planting runtime seeds
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Jibo.Runtime.Abstractions;
|
||||
|
||||
public sealed class SetContextAction : PlanAction
|
||||
{
|
||||
public override PlanActionType Type => PlanActionType.SetContext;
|
||||
public IDictionary<string, object?> Values { get; init; } = new Dictionary<string, object?>();
|
||||
}
|
||||
Reference in New Issue
Block a user