Package ai.tock.bot.engine.config
Class RAGResult
-
- All Implemented Interfaces:
public final class RAGResultThe RAG result. Aggregation of RAG answer, debug and the no answer Story.
-
-
Field Summary
Fields Modifier and Type Field Description private final TextWithFootnotesanswerprivate final Objectdebugprivate final StoryDefinitionnoAnswerStory
-
Constructor Summary
Constructors Constructor Description RAGResult(TextWithFootnotes answer, Object debug, StoryDefinition noAnswerStory)
-
Method Summary
Modifier and Type Method Description final TextWithFootnotesgetAnswer()final ObjectgetDebug()final StoryDefinitiongetNoAnswerStory()-
-
Constructor Detail
-
RAGResult
RAGResult(TextWithFootnotes answer, Object debug, StoryDefinition noAnswerStory)
-
-
Method Detail
-
getAnswer
final TextWithFootnotes getAnswer()
-
getNoAnswerStory
final StoryDefinition getNoAnswerStory()
-
-
-
-