Interface: CondResponse
@kortexya/reasoninglayer / Control / CondResponse
Interface: CondResponse
Defined in: src/types/control.ts:112
Response from conditional execution.
Properties
branchExecuted
branchExecuted:
string
Defined in: src/types/control.ts:114
Which branch was executed (“then” or “else”).
conditionSucceeded
conditionSucceeded:
boolean
Defined in: src/types/control.ts:116
Whether the condition succeeded.
success
success:
boolean
Defined in: src/types/control.ts:118
Whether the overall operation succeeded.