I am exploring custom GPTs Actions and other advanced features where we can plug external app/API/data to chatgpt.
Fun project: I’m trying to create a 2 people chat where user A can chat with user B on chatgpt:) by embeding a little these Actions and advanced features.
I specifically wonder:
-
can I manages to associate 2 users A and B among all users of his bot, does he get to identify them each time they send a message by some ID/email that openai send them?
-
i know that chatgpt can pull message from an external database (like 'give me my last 5 best sales from my salesforces);, but i had the impression you can’t PUSH messages to a chatgpt threat with a custom GPT, so how chat would work? if user A comes to his thread, he would not see the ‘new/fresh’ messages sent by user B…unless he writes ‘hey gpt is there any new message’, which then would allow the gpt to pull/trigger the pull of new messages.
But the database or external app can’t push new messages of user B as they emerge.
At least that was my impression.
Maybe it’s just not possible technically today to do these 2 ideas above.
Many thanks for any pointers on this.
Mathieu