Agent Tests for API, MAUI, and Slop Features
This commit is contained in:
@@ -21,10 +21,10 @@ public class EntityModel
|
||||
private static Dictionary<string, List<EntityModel>>? _entityModelsByHotkey;
|
||||
|
||||
|
||||
public EntityModel(string data, string entity, bool isSpeculative = false)
|
||||
public EntityModel(string dataType, string entityType, bool isSpeculative = false)
|
||||
{
|
||||
DataType = data;
|
||||
EntityType = entity;
|
||||
DataType = dataType;
|
||||
EntityType = entityType;
|
||||
IsSpeculative = isSpeculative;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user