docs: hacker news search

This commit is contained in:
Florian Hönicke
2023-04-18 13:43:03 +02:00
parent fe684429b8
commit 0e2b59a6e8
2 changed files with 1 additions and 1 deletions

View File

@@ -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
````
<img src="res/hacker_news_example.png" alt="Hacker News Search" width="600" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 365 KiB