You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Create Jev Choice options from the user request. Return an object with 1–255 option names mapped to clear descriptions, for example {"billing":"Payments and refunds","technical":"Bugs and outages"}. Return ONLY the JSON object.',
75
75
placeholder: 'Describe the categories Jev should choose between...',
'Create an ordered Jev Score rubric with 2–10 level descriptions, from lowest to highest, for example ["Low","Medium","High"]. Return ONLY the JSON array.',
90
91
placeholder: 'Describe what to score and the levels to use...',
'Define the meaning of yes and no for a Jev Noul question using true and false keys, for example {"true":"Explicitly urgent","false":"No urgency expressed"}. Return ONLY the JSON object.',
105
107
placeholder: 'Describe what should count as yes or no...',
'Create named Jev questions as an object keyed by question ID. Each question requires type and instructions. Choice uses type "choice" and criteria with 1–255 named options; Score uses type "score" and criteria with 2–10 ordered levels; Noul uses type "noul" and optional true/false criteria. Example: {"urgent":{"type":"noul","instructions":"Is this urgent?"}}. Return ONLY the JSON object.',
120
123
placeholder: 'Describe the decisions to evaluate together...',
0 commit comments