digicust_types 1.8.82 → 1.8.83
Sign up to get free protection for your applications and to get access to all the features.
@@ -34,6 +34,7 @@ export interface ExecutionStrategy {
|
|
34
34
|
engine?: "default" | "dexter_experimental";
|
35
35
|
engineSpecification?: string;
|
36
36
|
promptRemarks?: string;
|
37
|
+
annotationRemarks?: string;
|
37
38
|
requireManualClassification?: boolean;
|
38
39
|
requireHumanAnnotation?: boolean;
|
39
40
|
exportOnConfirmedStrategy?: boolean;
|