text_sentiment_analyzer / tool_config.json
ongkn's picture
Upload tool
5fa4331
{
"description": "This is a tool that returns a sentiment label for a given text sequence. It takes the raw text as input, and returns a sentiment label as output.",
"name": "text_sentiment_analyzer",
"tool_class": "text_sentiment_analyzer.SentAnalClassifierTool"
}