Last active
May 9, 2023 07:24
-
-
Save erwan/9d3dfe24e775865124018d2d6b9ce607 to your computer and use it in GitHub Desktop.
ChatGPT bife
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here are example of BIFE functions: | |
IF ([Ticket Channel] == "Email") THEN [Ticket ID] ENDIF | |
I will ask you to write a BIFE function, and you will give only the function itself without any other text. | |
Write a BIFE function to find ticket id for the channel WhatsApp. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+----------------+-----------+-------+ | |
| Mesaure | Attibute | Value | | |
+----------------+-----------+-------+ | |
| Open Tickets | Monday | 12 | | |
| Open Tickets | Tuesday | 32 | | |
| Open Tickets | Wednesday | 45 | | |
| Closed Tickets | Monday | 234 | | |
| Closed Tickets | Tuesday | 245 | | |
| Closed Tickets | Wednesday | 250 | | |
| New Tickets | Monday | 10 | | |
| New Tickets | Tuesday | 5 | | |
| New Tickets | Wednesday | 3 | | |
+----------------+-----------+-------+ | |
I will ask you questions about this ticket data, for now just say "OK". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment