working companion prototype
This commit is contained in:
@@ -93,4 +93,6 @@ export const DEFAULT_CONFIDENCE = {
|
||||
LOW: 0.8,
|
||||
/** Minimum acceptable confidence */
|
||||
MINIMUM: 0.7,
|
||||
/** Very low confidence for testing/debugging template matching issues */
|
||||
DEBUG: 0.5,
|
||||
} as const;
|
||||
Reference in New Issue
Block a user