Interface: DetectMissingAttributesRequest
@kortexya/reasoninglayer / Execution / DetectMissingAttributesRequest
Interface: DetectMissingAttributesRequest
Defined in: src/types/execution.ts:417
Request to detect missing attributes for currying decisions.
Properties
callAttributes
callAttributes:
string[]
Defined in: src/types/execution.ts:419
Attributes present in the call.
definitionAttributes
definitionAttributes:
string[]
Defined in: src/types/execution.ts:421
Attributes required by the definition.