Interface: AdaptiveModifyResponse
@kortexya/reasoninglayer / Cognitive / AdaptiveModifyResponse
Interface: AdaptiveModifyResponse
Defined in: src/types/cognitive.ts:698
Response from adaptive modification.
Properties
message
message:
string
Defined in: src/types/cognitive.ts:700
Human-readable message.
success
success:
boolean
Defined in: src/types/cognitive.ts:702
Whether the modification succeeded.
termId?
optionaltermId:string|null
Defined in: src/types/cognitive.ts:704
Term ID of the modified term (UUID), if applicable.