Skip to content

Interface: ResiduationGoalDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Execution / ResiduationGoalDto

Interface: ResiduationGoalDto

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

A goal to be residuated (suspended until data becomes available).

Properties

arguments?

optional arguments: string[]

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

Goal arguments.


operationType

operationType: string

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

Operation type.


resultTarget?

optional resultTarget: string | null

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

Result target variable.