Interface: EvalFunctionInfoDto
@kortexya/reasoninglayer / ProofEngine / EvalFunctionInfoDto
Interface: EvalFunctionInfoDto
Defined in: src/types/proof-engine.ts:435
Information about an available eval function.
Properties
arity?
optionalarity:number|null
Defined in: src/types/proof-engine.ts:437
Number of arguments the function accepts (null if variadic).
category
category:
string
Defined in: src/types/proof-engine.ts:439
Function category.
description
description:
string
Defined in: src/types/proof-engine.ts:441
Human-readable description.
name
name:
string
Defined in: src/types/proof-engine.ts:443
Function name.