Interface: GenerateNegativesResponse
@kortexya/reasoninglayer / Synthetic / GenerateNegativesResponse
Interface: GenerateNegativesResponse
Defined in: src/types/synthetic.ts:164
Response from enhanced negative generation.
Properties
count
count:
number
Defined in: src/types/synthetic.ts:166
Total negatives generated.
negatives
negatives:
NegativeExampleDto[]
Defined in: src/types/synthetic.ts:168
Generated negative examples.