Seeking Help with ChatGPT Project Feature

Hello,

I’m working on a project where I want to enhance the user interaction with ChatGPT. Specifically, I’m looking to implement a feature that triggers an action at the end of an interaction, such as sending a notification or prefferably an email.

However, I’m not sure where to start. I would really appreciate some general advice on how to approach this, including:

  1. How to determine when a conversation has ended.
  2. Any suggestions for triggering actions based on that event.
  3. Ways to handle communication or notifications after the interaction.

I’m open to different approaches and would love to hear any recommendations or ideas from the community!

2 Likes

i’ve experimented with this before. i told it via the system prompt to add something on the message when it thinks the conversation has ended. then i detect it by parsing the response and show some button on the UI to tell the user if they want to end the conversation. with the use of structured outputs, you can probably easily set this up.

2 Likes

I am such a noob. I would need step by steps on setting this up. I would even be willing to pay for the help lol. Also this is for a custom GPT I trained to answer questions about the event venue I work out. the purpose would be to create leads for the sales team.