Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def wikipedia_page_tool(page: str)-> str:
|
|
| 12 |
"""Retrieve a Wikipedia page. Useful for learning about a particular concept that isn't private information.
|
| 13 |
|
| 14 |
Args:
|
| 15 |
-
page
|
| 16 |
"""
|
| 17 |
import wikipedia
|
| 18 |
|
|
|
|
| 12 |
"""Retrieve a Wikipedia page. Useful for learning about a particular concept that isn't private information.
|
| 13 |
|
| 14 |
Args:
|
| 15 |
+
page: Title of the page to read.
|
| 16 |
"""
|
| 17 |
import wikipedia
|
| 18 |
|