fixing typo
Browse files
app.py
CHANGED
@@ -241,7 +241,7 @@ class RAGQuestionAnswering:
|
|
241 |
|
242 |
return "\n\n".join(doc.page_content for doc in docs)
|
243 |
|
244 |
-
def extract_assistant_content(self, data:
|
245 |
"""
|
246 |
Extracts and returns the assistant content text from the provided data structure.
|
247 |
|
|
|
241 |
|
242 |
return "\n\n".join(doc.page_content for doc in docs)
|
243 |
|
244 |
+
def extract_assistant_content(self, data):
|
245 |
"""
|
246 |
Extracts and returns the assistant content text from the provided data structure.
|
247 |
|