Class RAGResponse
-
- All Implemented Interfaces:
public final class RAGResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final LLMAnsweranswerprivate final List<Footnote>footnotesprivate final Objectdebugprivate final ObservabilityInfoobservabilityInfo
-
Constructor Summary
Constructors Constructor Description RAGResponse(LLMAnswer answer, List<Footnote> footnotes, Object debug, ObservabilityInfo observabilityInfo)
-
Method Summary
Modifier and Type Method Description final LLMAnswergetAnswer()final List<Footnote>getFootnotes()final ObjectgetDebug()final ObservabilityInfogetObservabilityInfo()-
-
Constructor Detail
-
RAGResponse
RAGResponse(LLMAnswer answer, List<Footnote> footnotes, Object debug, ObservabilityInfo observabilityInfo)
-
-
Method Detail
-
getFootnotes
final List<Footnote> getFootnotes()
-
getObservabilityInfo
final ObservabilityInfo getObservabilityInfo()
-
-
-
-