Chris4K commited on
Commit
5712f64
1 Parent(s): f0bcebf

Create tool_config.json

Browse files
Files changed (1) hide show
  1. 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
+ }