If we have specified searchSettings filters example ```js { searchSettings: { filters: { collection_ids: { $in: ["SOME UUID"] }, }, } ``` It should only search files in the collectionId however, a tool call happens for get_file_content and it fetch content from a different collection. <img width="1468" height="156" alt="Image" src="https://github.com/user-attachments/assets/6dcbc010-4b13-495e-8338-2104372db4e3" />