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

Update random_charactor_generator.py

Browse files
Files changed (1) hide show
  1. random_charactor_generator.py +1 -1
random_charactor_generator.py CHANGED
@@ -4,7 +4,7 @@ class RandomCharatorGeneratorTool:
4
  name = "random_character"
5
  description = "This tool fetches a random character from the 'https://randomuser.me/api/' open API."
6
 
7
- inputs = [] # Adding an empty list for inputs
8
 
9
  outputs = ["json"]
10
 
 
4
  name = "random_character"
5
  description = "This tool fetches a random character from the 'https://randomuser.me/api/' open API."
6
 
7
+ inputs = ["text"] # Adding an empty list for inputs
8
 
9
  outputs = ["json"]
10