Spaces:
Running
Running
Update app.py
Browse filesFurther updating doc string to see if the agent incorporates it properly
app.py
CHANGED
@@ -27,6 +27,7 @@ def webpage_contents_get(url:str, headers_in: dict = None)-> str: #it's import t
|
|
27 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
28 |
"""A simple function to grab contents of a webpage. As this is very long and not easily interpretable,
|
29 |
summaries based on other tools applied to this content should be returned to users with questions.
|
|
|
30 |
Args:
|
31 |
url: The URL the contents of which the tool will get
|
32 |
headers_in: A dictionary which defines the headers for the request. Defaults to None
|
|
|
27 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
28 |
"""A simple function to grab contents of a webpage. As this is very long and not easily interpretable,
|
29 |
summaries based on other tools applied to this content should be returned to users with questions.
|
30 |
+
Printing the value returned from this function is not acceptable.
|
31 |
Args:
|
32 |
url: The URL the contents of which the tool will get
|
33 |
headers_in: A dictionary which defines the headers for the request. Defaults to None
|