Hello all,
I have a WooCommerce-based online store, I want to create an assistant manually from OpenAI UI, not using Python coding. The plan is as follows:
- Export all WooCommerce product into a single json file using WooCommerce API
- Provide the json file to the assitant
At this step, will the assistant be able to respond to questions using only information mentioned in my json file?
After that, how can I plan that the assistant asks for the product category before recommending products?
Thank you.