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
I am doing some tests with GPT 4.1 in VSCode and have noticed an issue.
I asked it to give me the list of available tools for the MCP Client and then to provide me the shape of the arguments for the find and count tools and this is what it returns.
For some reason, it doesn't seem to see the filter/query argument.
This gives me an issue when I ask is to retrieve documents because it never passes the right filter/query.
I was able to get over this problem by telling it specifically:
When using `find`, always pass the `filter` argument.
When using `count`, always pass the `query` argument.