Class RAGResponse
-
- All Implemented Interfaces:
public final class RAGResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final TextWithFootnotesanswerprivate final Objectdebug
-
Constructor Summary
Constructors Constructor Description RAGResponse(TextWithFootnotes answer, Object debug)
-
Method Summary
Modifier and Type Method Description final TextWithFootnotesgetAnswer()final ObjectgetDebug()-
-
Constructor Detail
-
RAGResponse
RAGResponse(TextWithFootnotes answer, Object debug)
-
-
Method Detail
-
getAnswer
final TextWithFootnotes getAnswer()
-
-
-
-