Skip to content

Interface: ListGoalsResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Inference / ListGoalsResponse

Interface: ListGoalsResponse

Defined in: src/types/inference.ts:618

Response from listing saved goals.

Properties

count

count: number

Defined in: src/types/inference.ts:620

Total number of goals.


goals

goals: GoalSummaryDto[]

Defined in: src/types/inference.ts:622

List of saved goals.