Chris4K commited on
Commit
1b928f8
1 Parent(s): 4071d4a

Update tool_config.json

Browse files
Files changed (1) hide show
  1. tool_config.json +2 -2
tool_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
  "description": "This is a tool that embeds prompt of a prompt in a vector store or searches in vaector store. It takes an input named `prompt` which may contains a system_role, user_message, context and history or a text to embed in search vector store. It returns the token count of a input.",
3
- "name": "token_counter",
4
- "tool_class": "token_counter.TokenCounterTool"
5
  }
 
1
  {
2
  "description": "This is a tool that embeds prompt of a prompt in a vector store or searches in vaector store. It takes an input named `prompt` which may contains a system_role, user_message, context and history or a text to embed in search vector store. It returns the token count of a input.",
3
+ "name": "vector_store_retriever",
4
+ "tool_class": "vector_store_retriever.VectorStoreRetrieverTool"
5
  }