Interface: SortDiscoveryResponse
@kortexya/reasoninglayer / Analysis / SortDiscoveryResponse
Interface: SortDiscoveryResponse
Defined in: src/types/analysis.ts:52
Response from sort discovery analysis.
Properties
conceptsMatchingExisting
conceptsMatchingExisting:
number
Defined in: src/types/analysis.ts:60
Concepts matching existing sorts.
fuzzyLevels?
optionalfuzzyLevels:unknown[] |null
Defined in: src/types/analysis.ts:70
Fuzzy concept levels (if fuzzy thresholds were provided).
novelConceptsDiscovered
novelConceptsDiscovered:
number
Defined in: src/types/analysis.ts:62
Novel concepts discovered.
processingTimeMs
processingTimeMs:
number
Defined in: src/types/analysis.ts:68
Processing time in milliseconds.
recommendations
recommendations:
SortRecommendation[]
Defined in: src/types/analysis.ts:66
Sort recommendations.
sortsCreated
sortsCreated:
string[]
Defined in: src/types/analysis.ts:64
Sorts that were auto-created.
success
success:
boolean
Defined in: src/types/analysis.ts:54
Whether the analysis succeeded.
termsAnalyzed
termsAnalyzed:
number
Defined in: src/types/analysis.ts:56
Number of terms analyzed.
totalConcepts
totalConcepts:
number
Defined in: src/types/analysis.ts:58
Total concepts found.