Update app.py
Browse files
app.py
CHANGED
|
@@ -14,6 +14,7 @@ def property_search_tool(property_type:str, location:str, price:int)-> str: #it'
|
|
| 14 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 15 |
"""A tool that searches for property in a given location at a given price
|
| 16 |
Args:
|
|
|
|
| 17 |
location: the location of the property
|
| 18 |
price: the price of the rent or sale price
|
| 19 |
"""
|
|
|
|
| 14 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 15 |
"""A tool that searches for property in a given location at a given price
|
| 16 |
Args:
|
| 17 |
+
property_type: the type of propert whether its an apartment, a bungalow, farm
|
| 18 |
location: the location of the property
|
| 19 |
price: the price of the rent or sale price
|
| 20 |
"""
|