Chris4K commited on
Commit
3ec3001
1 Parent(s): 539c396

Update random_charactor_generator.py

Browse files
Files changed (1) hide show
  1. random_charactor_generator.py +1 -1
random_charactor_generator.py CHANGED
@@ -6,7 +6,7 @@ class RandomCharatorGeneratorTool:
6
 
7
  inputs = [] # Adding an empty list for inputs
8
 
9
- outputs = ["character"]
10
 
11
  def __call__(self, inputs: str):
12
  API_URL = "https://randomuser.me/api/"
 
6
 
7
  inputs = [] # Adding an empty list for inputs
8
 
9
+ outputs = ["json"]
10
 
11
  def __call__(self, inputs: str):
12
  API_URL = "https://randomuser.me/api/"