The execution command for the Ad Campaign example fails because essential details like the Project ID, Location, and GCS Bucket name are missing or not correctly defined in the configuration.
There may be other options but one possible solution is to ask details the from the user and update the information in below.
https://github.com/lavinigam-gcp/build-with-adk/blob/main/ad-campaign-agent/.env.example#L15-L23
This can be achieved using a few regex commands and a simple python script.
Update:
- Bug(
make dev command): Recreates virtual env
The execution command for the Ad Campaign example fails because essential details like the Project ID, Location, and GCS Bucket name are missing or not correctly defined in the configuration.
There may be other options but one possible solution is to ask details the from the user and update the information in below.
https://github.com/lavinigam-gcp/build-with-adk/blob/main/ad-campaign-agent/.env.example#L15-L23
This can be achieved using a few regex commands and a simple python script.
Update:
make devcommand): Recreates virtual env