Chris4K commited on
Commit
4a96128
·
verified ·
1 Parent(s): d7b0ae2

Update random_charactor_generator.py

Browse files
Files changed (1) hide show
  1. random_charactor_generator.py +1 -1
random_charactor_generator.py CHANGED
@@ -8,7 +8,7 @@ class RandomCharatorGeneratorTool:
8
 
9
  outputs = ["json"]
10
 
11
- def __call__(self, inputs: str):
12
  API_URL = "https://randomuser.me/api/"
13
 
14
  response = requests.get(API_URL)
 
8
 
9
  outputs = ["json"]
10
 
11
+ def __call__(self, prompt):
12
  API_URL = "https://randomuser.me/api/"
13
 
14
  response = requests.get(API_URL)