Chris4K commited on
Commit
05ae446
1 Parent(s): dcc31f6

Update random_charactor_generator.py

Browse files
Files changed (1) hide show
  1. random_charactor_generator.py +1 -1
random_charactor_generator.py CHANGED
@@ -1,6 +1,6 @@
1
  import requests
2
 
3
- class RandomCharacterTool:
4
  name = "random_character"
5
  description = "This tool fetches a random character from the 'https://randomuser.me/api/' open API."
6
 
 
1
  import requests
2
 
3
+ class RandomCharatorGeneratorTool:
4
  name = "random_character"
5
  description = "This tool fetches a random character from the 'https://randomuser.me/api/' open API."
6