Skip to content

Instantly share code, notes, and snippets.

@erwan
Last active May 9, 2023 07:24
Show Gist options
  • Save erwan/9d3dfe24e775865124018d2d6b9ce607 to your computer and use it in GitHub Desktop.
Save erwan/9d3dfe24e775865124018d2d6b9ce607 to your computer and use it in GitHub Desktop.
ChatGPT bife
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.
+----------------+-----------+-------+
| 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