Spaces:
Running
Running
Update tool_config.json
Browse files- tool_config.json +1 -1
tool_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"description": "This is a tool that
|
3 |
"name": "text_generator",
|
4 |
"tool_class": "text_generator.TextGenerationTool"
|
5 |
}
|
|
|
1 |
{
|
2 |
+
"description": "This is a tool that comletes or generates text. It takes a prompt as input. It returns a text message.",
|
3 |
"name": "text_generator",
|
4 |
"tool_class": "text_generator.TextGenerationTool"
|
5 |
}
|