Interface: ImageSuggestedSortDto
@kortexya/reasoninglayer / ImageExtraction / ImageSuggestedSortDto
Interface: ImageSuggestedSortDto
Defined in: src/types/image-extraction.ts:52
A new sort (type) suggested by the vision LLM based on visual patterns.
Properties
features
features:
string[]
Defined in: src/types/image-extraction.ts:54
Feature names suggested for this sort.
name
name:
string
Defined in: src/types/image-extraction.ts:56
Sort name (may have “NEW_” prefix stripped).
rationale?
optionalrationale:string|null
Defined in: src/types/image-extraction.ts:58
Rationale for why this sort was suggested.