Deploys a basic TakeShape project with connections to BigCommerce and OpenAI that can provide a store-specific product chat.
After running deploying the project, run the following query to prime your store research:
mutation DoStoreResearch {
sendStoreResearchMessage(input: "do research") {
messageId
}
}