text-generation-tool-duplicate / tool_config.json
Chris4K's picture
Update tool_config.json
12ef4f6
{
"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.TextGenerationTool"
}