Skip to content

Interface: CurryingContextResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Execution / CurryingContextResponse

Interface: CurryingContextResponse

Defined in: src/types/execution.ts:425

Response with currying context analysis.

Properties

missingInCall

missingInCall: string[]

Defined in: src/types/execution.ts:427

Attributes missing from the call.


missingInDef

missingInDef: string[]

Defined in: src/types/execution.ts:429

Attributes missing from the definition.


moreCallAttr

moreCallAttr: boolean

Defined in: src/types/execution.ts:431

Whether the call has more attributes than the definition.


moreDefAttr

moreDefAttr: boolean

Defined in: src/types/execution.ts:433

Whether the definition has more attributes than the call.


shouldCurry

shouldCurry: boolean

Defined in: src/types/execution.ts:435

Whether currying should be applied.