Skip to content

Interface: ListFunctionsResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Functions / ListFunctionsResponse

Interface: ListFunctionsResponse

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

Response listing all functions registered for the authenticated tenant.

Properties

functions

functions: FunctionSummaryDto[]

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

All functions registered for the requesting tenant, sorted by name.


total

total: number

Defined in: src/types/functions.ts:172

Total count (equals functions.length), surfaced for convenience.