LukeMattingly
commited on
Commit
·
8cd4850
1
Parent(s):
4f43b10
updated docstring
Browse files
app.py
CHANGED
@@ -13,7 +13,8 @@ def update_my_code(github_url:str, code:str)-> str:
|
|
13 |
"""Searches for code in the github repo given it's url using DuckDuckGo.
|
14 |
|
15 |
Args:
|
16 |
-
|
|
|
17 |
|
18 |
Returns:
|
19 |
A string with top search results for code given a github url.
|
|
|
13 |
"""Searches for code in the github repo given it's url using DuckDuckGo.
|
14 |
|
15 |
Args:
|
16 |
+
github_url: The URL of the GitHub repository where the code resides. (e.g., 'https://github.com/LukeMattingly/huggingface-agents-course', 'https://github.com/upb-lea/reinforcement_learning_course_materials').
|
17 |
+
code: The new code content to update in the repository.
|
18 |
|
19 |
Returns:
|
20 |
A string with top search results for code given a github url.
|