nomadicsynth commited on
Commit
7c32f9b
·
1 Parent(s): 7c6b948

Enhance docstring in format_search_results_json function to clarify the input description for better user understanding

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -306,7 +306,7 @@ def format_search_results_json(abstract: str) -> str:
306
  question, and the system will return a list of papers with Swanson-style bridges.
307
 
308
  Args:
309
- abstract (str): The abstract of the paper to find connections for, or a description of the research question.
310
  Returns:
311
  str: JSON string containing the list of papers with Swanson-style bridges.
312
  """
 
306
  question, and the system will return a list of papers with Swanson-style bridges.
307
 
308
  Args:
309
+ abstract (str): The abstract of the paper to find connections for, or an abstract-style description of the research question.
310
  Returns:
311
  str: JSON string containing the list of papers with Swanson-style bridges.
312
  """