Chris4K commited on
Commit
736f156
1 Parent(s): 99a0ef6

Update tool_config.json

Browse files
Files changed (1) hide show
  1. tool_config.json +3 -3
tool_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "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.",
3
- "name": "text_generator",
4
- "tool_class": "text_generator.TextGenerationTool"
5
  }
 
1
  {
2
+ "description": "This is a tool that that delivers the most downloaded model for a specific task. Input is e.g. text-generation. Returns modelIs as String.",
3
+ "name": "most_downloaded_model",
4
+ "tool_class": "most_downloaded_model.MostDownloadedModelTool"
5
  }