planting runtime seeds
This commit is contained in:
10
OpenJibo/src/Jibo.Runtime.Abstractions/BrainRoute.cs
Normal file
10
OpenJibo/src/Jibo.Runtime.Abstractions/BrainRoute.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Jibo.Runtime.Abstractions;
|
||||
|
||||
public enum BrainRoute
|
||||
{
|
||||
Rules = 0,
|
||||
NativeSkill = 1,
|
||||
LocalAi = 2,
|
||||
CloudAi = 3,
|
||||
Hybrid = 4
|
||||
}
|
||||
Reference in New Issue
Block a user