Skip to content

Interface: ListGoalsResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Inference / ListGoalsResponse

Interface: ListGoalsResponse

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

Response from listing saved goals.

Properties

count

count: number

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

Total number of goals.


goals

goals: GoalSummaryDto[]

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

List of saved goals.