diff --git a/README.md b/README.md index 0644ab8..569b83c 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ generate --description "Convert a chemical formula into a 2D chemical structure ## Hacker News Search ```bash -generate --description "Given a search query, find articles on hacker news using the hacker news api" --test "searching for GPT gives results" --path microservice +generate --description "Given a search query, find articles on hacker news using the hacker news api and return a list of (title, author, website_link, first_image_on_the_website)" --test "searching for GPT gives results" --path microservice ```` Hacker News Search diff --git a/res/hacker_news_example.png b/res/hacker_news_example.png index a62b099..95b7abf 100644 Binary files a/res/hacker_news_example.png and b/res/hacker_news_example.png differ