Skip to content

Interface: ApplyCurriedRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Execution / ApplyCurriedRequest

Interface: ApplyCurriedRequest

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

Request to apply arguments to a curried function.

Properties

arguments

arguments: PositionalArgumentDto[]

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

Arguments to apply.


curriedId

curriedId: string

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

Curried function ID.