We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc216d commit e006978Copy full SHA for e006978
docs/use-cases/jobsearch-agent.md
@@ -15,7 +15,6 @@ First, we need to import the necessary modules. Each module serves a specific pu
15
* `Console` and `Markdown` from the `rich` library are used for printing formatted outputs.
16
17
```python
18
-from openagi.actions.tools.searchapi_search import SearchApiSearch
19
from openagi.actions.tools.serp_search import GoogleSerpAPISearch
20
from openagi.actions.tools.ddg_search import DuckDuckGoSearch
21
from openagi.agent import Admin
0 commit comments