Skip to content

Interface: ParamSpec

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Actions / ParamSpec

Interface: ParamSpec

Defined in: src/types/actions.ts:27

One typed parameter of an action schema.

Remarks

Wire shape (ParamSpecDto) uses snake_case (param_type).

Properties

name

name: string

Defined in: src/types/actions.ts:29

Feature name.


paramType

paramType: string

Defined in: src/types/actions.ts:31

Appropriateness type: integer, real, string, boolean, or any.


required?

optional required: boolean

Defined in: src/types/actions.ts:33

Whether the input must be bound for the action to be Ready.