Spaces:
Runtime error
Runtime error
Update tool_config.json
Browse files- tool_config.json +2 -2
tool_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
"description": "This is a tool that chats with a user. It takes an input named `prompt` which contains a system_role, user_message, context and history. It returns a text message.",
|
3 |
-
"name": "
|
4 |
-
"tool_class": "
|
5 |
}
|
|
|
1 |
{
|
2 |
"description": "This is a tool that chats with a user. It takes an input named `prompt` which contains a system_role, user_message, context and history. It returns a text message.",
|
3 |
+
"name": "random_charactor_generator",
|
4 |
+
"tool_class": "random_charactor_generator.RandomCharatorGeneratorTool"
|
5 |
}
|