-
Notifications
You must be signed in to change notification settings - Fork 1.9k
W2D4 contribution with Product Order agent #249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
hey @skullemote thank you so very much for this, and I can't wait to add this in. |
Sorry for that mix up. The first two commits are from week 1 which I didn't mean to add in the PR. So should I move them to week 1 community contributions? |
hey @skullemote - I think you should be able to remove those files from the PR.. you may need to get instructions from ChatGPT or Claude.. let me know! Unfortunately I don't think I'm able to do it on your behalf.. |
hey @ed-donner I think I did it by just manually deleting it. I am sorry for the delay. Let me know if you need anything else. Thank you. |
hey @skullemote ahh unfortunately I think the change you made would actually delete this file from the repo if I merge your changes.. I'm not a Git expert but I think there's something else you need to do to remove the file from the PR, but not delete the file!! |
hey @ed-donner I tried asking copilot since I reached the end of my limited git expertise but it didn't help much. I am trying to rebase my commits but I can't push them directly in the repository as I don't have the permissions. If it doesn't affect the original structure of the repo I will not mind if the files get deleted as I never intended to merge them to community contributions anyway. I apologize for the inconvinience. If this can't be resolved you can delete this pull request and then I can make a new one. |
Community Contribution: AI Chatbot for Product Ordering in E-Commerce
Description:
This contribution introduces a helpful AI chatbot designed for SparksAI, an e-commerce company, that allows customers to place product orders seamlessly. The bot facilitates a structured ordering process, ensuring customers receive real-time availability updates and order confirmations.
Key Features:
Product Ordering Process:
check_product_availability
function to confirm if the desired product is in stock.Customer Information Collection:
Order Confirmation:
order_product
function, providing the user with an order summary, including the total cost.Flow:
check_product_availability
to fetch and display available products.Bot Behavior:
check_product_availability
if a user mentions a new product.check_product_availability
function returns.Contribution Impact:
This AI chatbot aims to enhance the customer experience by providing a smooth and interactive way to place orders through a chatbot interface, making the shopping experience both efficient and user-friendly.
Note: I just wanted to generate a pull request for commit
36f79e6
so please ignore the other two :)