From the course: AI-Powered Software Development: Coding, Testing, and System Design

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Solution: Creating an AI-powered agile tool

Solution: Creating an AI-powered agile tool

(soft upbeat music) - [Instructor] All right, well hopefully you gave this challenge a try. So let's take a look here at the solution. And again, there's multiple ways you could have done this. So if you have something that looks slightly different than what I'm gonna do here, that's just fine. So here's what we're gonna do. We're going to start off by copying this email_rewriter code and creating a new file for it. We'll call this something like retro_summarizer.py. And I'm gonna go in here and paste that. And really the main thing that you need to change here is the prompt. Now, this is a pretty common pattern, as I'm sure you're realizing by now, which is to use a script that in most ways remains the same. I mean, we've added little things here like getting input from the user through the console, but for the most part, what you'll find is that when you're creating a script that does some new task, like summarizes a…

Contents