Interface: ReasoningTraceDto
@kortexya/reasoninglayer / Conversation / ReasoningTraceDto
Interface: ReasoningTraceDto
Defined in: src/types/conversation.ts:177
LLM-as-sensor reasoning trace for one answer: the ordered pipeline stages (each marked symbolic vs sensor, with matched entities and the OSFQL path) that produced the response. Powers the chat’s explainability/audit timeline.
Properties
llmCalls
llmCalls:
number
Defined in: src/types/conversation.ts:181
Number of stages that actually invoked the LLM (the bounded sensor calls).
stages
stages:
ReasoningStageDto[]
Defined in: src/types/conversation.ts:179
Pipeline stages in execution order.