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