Spaces:
Sleeping
Sleeping
Update random_charactor_generator.py
Browse files
random_charactor_generator.py
CHANGED
@@ -4,9 +4,9 @@ import datetime
|
|
4 |
from transformers import Tool
|
5 |
|
6 |
|
7 |
-
class
|
8 |
-
name = "
|
9 |
-
description = "This tool
|
10 |
|
11 |
inputs = ["text"] # Adding an empty list for inputs
|
12 |
|
|
|
4 |
from transformers import Tool
|
5 |
|
6 |
|
7 |
+
class TimeTellerTool(Tool):
|
8 |
+
name = "what_time_is_it"
|
9 |
+
description = "This tool tells the current time. What time is it?"
|
10 |
|
11 |
inputs = ["text"] # Adding an empty list for inputs
|
12 |
|