Turns a vector store into a tool by providing it with a name and a description. This tool can then be used by an agent during the execution of the Agent Prompter node to dynamically retrieve relevant documents from the underlying vector store.
A meaningful name and description are very important:
Example:
Name: KNIME_Node_Description_QA_System
Description: Use this tool whenever you need information about which nodes a user would need in a given situation or if you need information about nodes' configuration options.
Note that OpenAI Functions Agents require the name to contain no whitespace while other kinds of agents may not have this restriction.