chore(8.0): final pre-RC1 sweep — API consistency, named errors, orphans, zero-cast codebase
This commit is contained in:
parent
970e08c466
commit
1f7e365a4e
237 changed files with 1951 additions and 49413 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* SmartExtractor - Unified entity type extraction using ensemble of neural signals
|
||||
*
|
||||
* PRODUCTION-READY: Single orchestration class for all entity type classification
|
||||
* Single orchestration class for all entity type classification
|
||||
*
|
||||
* Design Philosophy:
|
||||
* - Simplicity over complexity (KISS principle)
|
||||
|
|
@ -645,7 +645,7 @@ export class SmartExtractor {
|
|||
return {
|
||||
type: best.type!,
|
||||
confidence: best.confidence,
|
||||
source: best.signal as any,
|
||||
source: best.signal,
|
||||
evidence: best.evidence,
|
||||
metadata: {
|
||||
formatHints: formatHints.length > 0 ? formatHints : undefined,
|
||||
|
|
|
|||
Reference in a new issue