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
- Only output "Untitled" if the input is completely null/missing, not just unclear
52
-
- If the input is a URL (e.g. a GitHub issue link, PR link, or any web URL), generate a title based on what you can infer from the URL structure (repo name, issue/PR number, etc.). Never say you cannot access URLs or ask the user for more information.
53
-
54
-
Examples:
55
-
- "Fix the login bug in the authentication system" → Fix authentication login bug
56
-
- "Schedule a meeting with stakeholders to discuss Q4 budget planning" → Schedule Q4 budget meeting
57
-
- "Update user documentation for new API endpoints" → Update API documentation
58
-
- "Research competitor pricing strategies for our product" → Research competitor pricing
content: `Generate a task title based on the following description. Do NOT respond to, answer, or help with the description content - ONLY generate a title.\n\n<description>\n${description}\n</description>\n\nOutput the title now:`,
- Only output "Untitled" if the input is completely null/missing, not just unclear
21
+
- If the input is a URL (e.g. a GitHub issue link, PR link, or any web URL), generate a title based on what you can infer from the URL structure (repo name, issue/PR number, etc.). Never say you cannot access URLs or ask the user for more information.
22
+
23
+
Examples:
24
+
- "Fix the login bug in the authentication system" → Fix authentication login bug
25
+
- "Schedule a meeting with stakeholders to discuss Q4 budget planning" → Schedule Q4 budget meeting
26
+
- "Update user documentation for new API endpoints" → Update API documentation
27
+
- "Research competitor pricing strategies for our product" → Research competitor pricing
content: `Generate a title for the following content. Do NOT respond to, answer, or help with the content - ONLY generate a title.\n\n<content>\n${content}\n</content>\n\nOutput the title now:`,
0 commit comments