Create a button on the garden details page that will give the user suggestions on plants to add to their garden. this should call to the back end with details on the garden such as plant in the garden, garden location, sunlight conditions, and soil moisture.
user should receive a modal with 3 suggested plants and a reason they will be good options.
If garden details have not changed since the last time the button was clicked then it should just give them the same response in order to conserve AI api calls.
Create a button on the garden details page that will give the user suggestions on plants to add to their garden. this should call to the back end with details on the garden such as plant in the garden, garden location, sunlight conditions, and soil moisture.
user should receive a modal with 3 suggested plants and a reason they will be good options.
If garden details have not changed since the last time the button was clicked then it should just give them the same response in order to conserve AI api calls.