Tried to create ecommerce AI bot using sendbird sdk, it is not working as expected

Hi There,
Im new to SendBird. I am trying to create an ecommerce bot by following instructions here Build an ecommerce chatbot: How to create an AI chatbot for ecommerce with GPT3.5 and function calling capabilities | Sendbird.

I have created AI bot. The API (function calling) were invoked successfully whenever intent is matched.
But when it comes to fetching order list it is not prompting user for customer ID, where the customer_id is essential for getting orders from external API.

Could someone help me.

Thanks in advance :slight_smile:

Its some misconfiguration I’ve done. Its fixed and working now.