Hi guys.
I’m trying to import tools into exa.ai using the code attached in the image.
After I run it, the process continues and displays no results.
Is there an error in the code?
Best Regards
Hansen Louisther
I think the issue is in the section create the EXASearchTool instance . My advice is to use simply the following snippet code:
```bash
# Create the EXASearchTool instance
exa_search_tool = EXASearchTool(base_url = "https://api.exa.ai")
```
Happy coding!