Skip to content

Interface: ImageSuggestedSortDto

@kortexya/reasoninglayer


@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?

optional rationale: string | null

Defined in: src/types/image-extraction.ts:58

Rationale for why this sort was suggested.