KingZack commited on
Commit
7b5c065
·
verified ·
1 Parent(s): aacd33f

fixing typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: Dict[str, Any]) ->:
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