Skip to content

Commit 2c728d5

Browse files
you-n-gWinstonLiyt
authored andcommitted
feat: add entry for rdagent. (#187)
* Add entries * update entry for rdagent * lint * fix typo
1 parent da9dd3b commit 2c728d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rdagent/app/general_model/general_model.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
from rdagent.scenarios.qlib.developer.model_coder import QlibModelCoSTEER
1717

1818

19-
def extract_models_and_implement(
20-
report_file_path: str,
21-
) -> None:
19+
def extract_models_and_implement(report_file_path: str) -> None:
2220
"""
23-
Extracts models from a given PDF report file and implements the necessary operations.
21+
This is a research copilot to automatically implement models from a report file or paper.
22+
23+
It extracts models from a given PDF report file and implements the necessary operations.
2424
2525
Parameters:
2626
report_file_path (str): The path to the report file. The file must be a PDF file.

0 commit comments

Comments
 (0)