Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
8c1c668
1
Parent(s):
ba5e3ec
Refactor docstring in format_search_results_json function to clarify its purpose and remove unnecessary comments
Browse files
app.py
CHANGED
@@ -303,8 +303,6 @@ def find_synergistic_papers(abstract: str, limit=25) -> list[dict]:
|
|
303 |
|
304 |
def format_search_results_json(abstract: str) -> str:
|
305 |
"""Finds papers with Swanson-style bridges.
|
306 |
-
Does this line go into the mcp description field?
|
307 |
-
This function is intended to be used as an API endpoint.
|
308 |
|
309 |
Args:
|
310 |
abstract (str): The abstract of the paper to find connections for, or a description of the research question.
|
|
|
303 |
|
304 |
def format_search_results_json(abstract: str) -> str:
|
305 |
"""Finds papers with Swanson-style bridges.
|
|
|
|
|
306 |
|
307 |
Args:
|
308 |
abstract (str): The abstract of the paper to find connections for, or a description of the research question.
|