Skip to content

Interface: RecalledEpisodeDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / RecalledEpisodeDto

Interface: RecalledEpisodeDto

Defined in: src/types/cognitive.ts:300

A recalled episode with full details.

Properties

actions

actions: string[]

Defined in: src/types/cognitive.ts:306

Actions taken.


context

context: string[]

Defined in: src/types/cognitive.ts:308

Context.


episodeId

episodeId: string

Defined in: src/types/cognitive.ts:302

Episode ID (UUID).


goalId

goalId: string

Defined in: src/types/cognitive.ts:304

Goal (UUID).


outcome

outcome: EpisodeOutcomeDto

Defined in: src/types/cognitive.ts:310

Outcome.


reward

reward: number

Defined in: src/types/cognitive.ts:312

Reward.


similarity?

optional similarity: number | null

Defined in: src/types/cognitive.ts:314

Similarity score (if from recall_similar).


timestamp

timestamp: number

Defined in: src/types/cognitive.ts:316

Timestamp.