Today We Did
- We continued with Ai Agent Tools
Homework
- Before we get response from the agent, make sure to display the spinning icon. We did this before in the spaceship AI project.
- After I enter my prompt and click submit (up arrow button), the message briefly appear without icon. Please fix this.
Next week, we will be using Duckduckgo Search library (ddgs), therefore, this is what I want you to do.
- create a new python file ddgs_example.py
- In your web browser go to google.com and enter “ddgs python examples”
- Copy and paste at least 2 examples codes that google gemini provides into the new python file you just created in step one. And run and see the result. You have to at least do ddgs.text(..) example.