File size: 266 Bytes
5712f64
 
 
 
 
 
1
2
3
4
5
6
{
  "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.",
  "name": "text_generator",
  "tool_class": "text_generator.TextToTextTool"
}