mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
Enhance brewery generation: add country name parameter and improve prompt handling
This commit is contained in:
@@ -19,6 +19,7 @@ public:
|
||||
virtual void load(const std::string &modelPath) = 0;
|
||||
|
||||
virtual BreweryResult generateBrewery(const std::string &cityName,
|
||||
const std::string &countryName,
|
||||
const std::string ®ionContext) = 0;
|
||||
|
||||
virtual UserResult generateUser(const std::string &locale) = 0;
|
||||
|
||||
Reference in New Issue
Block a user