Chris4K commited on
Commit
9038ef9
1 Parent(s): b2389a0

Update tool_config.json

Browse files
Files changed (1) hide show
  1. tool_config.json +3 -3
tool_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "description": "This tool generates a random character. Returns json.",
3
- "name": "random_charactor_generator",
4
- "tool_class": "random_charactor_generator.RandomCharatorGeneratorTool"
5
  }
 
1
  {
2
+ "description": "This tool tell the current time.",
3
+ "name": "what_time_is_it",
4
+ "tool_class": "what_time_is_it.TimeTellerTool"
5
  }