ignacio-ferreira-dev commited on
Commit
e5935b5
·
verified ·
1 Parent(s): 44674f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -16,8 +16,10 @@ auth_token = os.environ["TWILIO_AUTH_TOKEN"]
16
  my_number = os.environ["MY_NUMBER"]
17
  client = Client(account_sid, auth_token)
18
 
 
 
19
  @tool
20
- def send_message(phone_number:str, text:str)-> None:
21
  #Keep this format for the description / args / args description but feel free to modify the tool
22
  """A tool that sends you a Whatsapp message at the number containing text
23
  Args:
 
16
  my_number = os.environ["MY_NUMBER"]
17
  client = Client(account_sid, auth_token)
18
 
19
+ print(my_number)
20
+
21
  @tool
22
+ def send_message(phone_number:str, text:str)-> str:
23
  #Keep this format for the description / args / args description but feel free to modify the tool
24
  """A tool that sends you a Whatsapp message at the number containing text
25
  Args: