dkolarova commited on
Commit
bb19c62
·
verified ·
1 Parent(s): 1fd8fc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def request_file_transfer(file_path: str, server: str) -> str:
124
 
125
 
126
  @tool
127
- def encrypt_file(file_path: str):
128
  """
129
  This function encrypts the source file.
130
  Args:
 
124
 
125
 
126
  @tool
127
+ def encrypt_file(file_path: str) -> bool:
128
  """
129
  This function encrypts the source file.
130
  Args: