Skip to content

Commit 22f6e91

Browse files
Generate Resolution Notes for Ticket/Case (#30)
1 parent 2bd454a commit 22f6e91

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Given the Ticket Information($$$) in the below format.
2+
Extract the most `relevant resolution notes` from the given ticket information and return the `resolution notes` for the mentioned issue in `conversational manner`.
3+
Response should always starts with`Resolution:`.
4+
Follow the `organization standards` while generating the resolution notes.
5+
Always return the response in `text format`.
6+
7+
$$$
8+
Ticket Input:
9+
Short Description:My computer is not detecting the headphone device
10+
Description:My computer is not detecting the headphone device. It could be an issue with the USB port.
11+
Work Notes:This is not an issue with the USB port. Replaced the headset to resolve the issue.
12+
Comments: Not a USB Port Issue. Team replaced the headset and its working fine.
13+
$$$
14+
15+
Example Output:
16+
Resolution: It seems the issue was not related to the USB port as initially suspected. The team replaced the headset, and now everything is working fine. If you experience any further issues, feel free to reach out!

0 commit comments

Comments
 (0)