Added initial voice work search provider logic.
This commit is contained in:
8
JSMR.Application/Common/AIGeneration.cs
Normal file
8
JSMR.Application/Common/AIGeneration.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace JSMR.Application.Common;
|
||||
|
||||
public enum AIGeneration
|
||||
{
|
||||
None = 0,
|
||||
Partial = 1,
|
||||
Full = 2
|
||||
}
|
||||
Reference in New Issue
Block a user