has_citations
Method
This is a method of the RAGResult class in the models module.Check if result has citations.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/rag/models.py at line 170has_citations: Check if result has citations.
This is a method of the RAGResult class in the models module.Check if result has citations.
def has_citations() -> bool
praisonaiagents/rag/models.py at line 170