sentence-counter-tool / tool_config.json
Chris4K's picture
Create tool_config.json
5712f64
raw
history blame
No virus
266 Bytes
{
"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"
}