Skip to content

Interface: SourceExcerptDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Conversation / SourceExcerptDto

Interface: SourceExcerptDto

Defined in: src/types/conversation.ts:69

A source text excerpt from the knowledge base.

Properties

concept

concept: string

Defined in: src/types/conversation.ts:71

Concept name.


document?

optional document: string | null

Defined in: src/types/conversation.ts:75

Source document, if applicable.


text

text: string

Defined in: src/types/conversation.ts:73

Source text.