This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Task 1-2 Part 2: File Assistant Agent | |
| Create an agent that can use the file tools to perform operations | |
| based on natural language requests. This agent will interpret user | |
| intent and use the appropriate tools. | |
| Complete the TODOs below to implement the file assistant. | |
| """ | |
| import os | |
| from dotenv import load_dotenv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Task 1-2 Part 2: File Assistant Agent | |
| Create an agent that can use the file tools to perform operations | |
| based on natural language requests. This agent will interpret user | |
| intent and use the appropriate tools. | |
| Complete the TODOs below to implement the file assistant. | |
| """ |