Spaces:
Running
Running
Create tool_config.json
Browse files- tool_config.json +6 -0
tool_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "This is a tool that chats with a user. It takes an input named `prompt`
|
| 3 |
+
which contains a system_role, user_message, context and history. It returns a text message.",
|
| 4 |
+
"name": "text_generator",
|
| 5 |
+
"tool_class": "text_generator.TextToTextTool"
|
| 6 |
+
}
|