Interface: RegisterFunctionResponse
@kortexya/reasoninglayer / Functions / RegisterFunctionResponse
Interface: RegisterFunctionResponse
Defined in: src/types/functions.ts:131
Response from function registration.
Properties
arity
arity:
number
Defined in: src/types/functions.ts:133
Number of parameters the function accepts.
clausesCount
clausesCount:
number
Defined in: src/types/functions.ts:135
Number of clauses registered.
functionId
functionId:
string
Defined in: src/types/functions.ts:137
Assigned function UUID.
kind
kind:
FunctionKindDto
Defined in: src/types/functions.ts:139
Whether the registered function is classical or neural/fuzzy.
name
name:
string
Defined in: src/types/functions.ts:141
Function name.