Entity Extraction in OpenAI

Hi Everyone,

I am exploring the ChatGPT API for my project for extracting entities from the utterances, currently I am using RASA in my project for entity extraction, in Rasa I am able to receive an entity array having entity_name, entity_value, confidence_scrore from the utterance (prompt in chatGPT).

Can anyone help me on how to extract entities list in chatGPT (if possible)

Thanks