You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2025. It is now read-only.
As the tools develop, we might have some tools to create connectors and so on, these features are not supported in older versions of OpenSearch and it might cause unnecessary hallucinations in the LLMs. To prevent this we need to expose tools based on the version of OpenSearch
Potential Solution
We can read the version of OpenSearch. And when we create tools, we must enforce a variable minimum supported version associated to the tool. And depending on the version number we can expose only those tools.