enhanced AI prompt
This commit is contained in:
@@ -6,16 +6,16 @@ const router = express.Router();
|
|||||||
const nlsPrompt = `
|
const nlsPrompt = `
|
||||||
"/": home
|
"/": home
|
||||||
"/springboard": user dashboard
|
"/springboard": user dashboard
|
||||||
"/manage-account": user account management
|
"/manage-account": manage user account
|
||||||
"/events": events
|
"/events": events
|
||||||
"/karang-guni-schedules": browse slots
|
"/karang-guni-schedules": browse karang guni slots
|
||||||
"/home-bill-contest": participate in contest & earn vouchers
|
"/home-bill-contest": participate in contest & earn vouchers
|
||||||
"/home-bill-contest/new-submission": submit bill
|
"/home-bill-contest/new-submission": submit bill
|
||||||
"/community-posts": show posts
|
"/community-posts": show posts
|
||||||
"/community-posts/create": create post
|
"/community-posts/create": create post
|
||||||
|
|
||||||
based on input, provide appropriate route closest to fulfilling user's needs
|
based on input, provide appropriate route closest to fulfilling user's needs
|
||||||
If none matches user query, return empty route.
|
If none matches user query, return empty route, however try your best not to.
|
||||||
in following format:
|
in following format:
|
||||||
|
|
||||||
{"route": "<appropriate route>"}
|
{"route": "<appropriate route>"}
|
||||||
|
|||||||
Reference in New Issue
Block a user