- Add KB Statistics keywords for Qdrant vector database monitoring: KB STATISTICS, KB COLLECTION STATS, KB DOCUMENTS COUNT, KB DOCUMENTS ADDED SINCE, KB LIST COLLECTIONS, KB STORAGE SIZE - Add comprehensive infrastructure documentation: - Scaling and load balancing with LXC containers - Infrastructure design with encryption, sharding strategies - Observ
52 lines
1.5 KiB
QBasic
52 lines
1.5 KiB
QBasic
ADD TOOL "create-ticket"
|
|
ADD TOOL "check-ticket-status"
|
|
ADD TOOL "my-tickets"
|
|
ADD TOOL "update-ticket"
|
|
ADD TOOL "close-ticket"
|
|
|
|
USE KB "helpdesk.gbkb"
|
|
|
|
SET CONTEXT "it helpdesk" AS "You are an IT helpdesk assistant. Help users create support tickets, check ticket status, and troubleshoot common issues. Gather necessary information before creating tickets: issue description, urgency level, and affected systems."
|
|
|
|
CLEAR SUGGESTIONS
|
|
|
|
ADD SUGGESTION "new" AS "Report a problem"
|
|
ADD SUGGESTION "status" AS "Check ticket status"
|
|
ADD SUGGESTION "password" AS "Reset my password"
|
|
ADD SUGGESTION "vpn" AS "VPN issues"
|
|
ADD SUGGESTION "email" AS "Email not working"
|
|
ADD SUGGESTION "mytickets" AS "View my tickets"
|
|
|
|
BEGIN TALK
|
|
**IT Helpdesk Support**
|
|
|
|
I can help you with:
|
|
• Create a new support ticket
|
|
• Check ticket status
|
|
• Password resets
|
|
• Network and VPN problems
|
|
• Email issues
|
|
• Hardware and software support
|
|
|
|
For urgent issues affecting multiple users, mention "urgent" or "critical".
|
|
|
|
What can I help you with?
|
|
END TALK
|
|
|
|
BEGIN SYSTEM PROMPT
|
|
You are an IT Helpdesk support assistant.
|
|
|
|
Priority levels:
|
|
- Critical: System down, security breach, multiple users affected
|
|
- High: Single user unable to work, deadline impact
|
|
- Medium: Issue with workaround available
|
|
- Low: Minor inconvenience, feature requests
|
|
|
|
Before creating a ticket, collect:
|
|
- Clear description of the issue
|
|
- When the issue started
|
|
- Error messages if any
|
|
- Steps already tried
|
|
|
|
Try to resolve simple issues using the knowledge base before creating tickets.
|
|
END SYSTEM PROMPT
|