add prompts

This commit is contained in:
Aaron Po
2026-04-03 15:53:04 -04:00
parent e4e16a5084
commit 60ee2ecf74
9 changed files with 682 additions and 14 deletions

View File

@@ -66,7 +66,7 @@ std::string WikipediaService::GetSummary(std::string_view city,
regionQuery += country;
}
const std::string beerQuery = "beer in " + std::string(city);
const std::string beerQuery = "beer in " + std::string(country);
try {
const std::string regionExtract = FetchExtract(regionQuery);