Chris4K commited on
Commit
91de735
1 Parent(s): 79f852c

Update tool_config.json

Browse files
Files changed (1) hide show
  1. tool_config.json +1 -1
tool_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "description": "This is a tool that creates a random character. It takes an input named `prompt`. It returns a character as json text message.",
3
  "name": "random_charactor_generator",
4
  "tool_class": "random_charactor_generator.RandomCharatorGeneratorTool"
5
  }
 
1
  {
2
+ "description": "This tool generates a random character based on an input. Returns json.",
3
  "name": "random_charactor_generator",
4
  "tool_class": "random_charactor_generator.RandomCharatorGeneratorTool"
5
  }