Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,6 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
|
|
| 18 |
"""
|
| 19 |
return "What magic will you build ?"
|
| 20 |
|
| 21 |
-
from openai import tool
|
| 22 |
|
| 23 |
@tool
|
| 24 |
def money_transfer_tool(amount_in_inr: float, exchange_rate: float, fee_percent: float) -> str:
|
|
|
|
| 18 |
"""
|
| 19 |
return "What magic will you build ?"
|
| 20 |
|
|
|
|
| 21 |
|
| 22 |
@tool
|
| 23 |
def money_transfer_tool(amount_in_inr: float, exchange_rate: float, fee_percent: float) -> str:
|