Commit dc68e5e
committed
fix: improve task naming prompt to avoid URL content guessing
When a user creates a task with a URL-only prompt (e.g., "Work on
#1234"), the LLM would
previously hallucinate what the URL content might be about.
This change adds examples to the system prompt showing expected
behavior for GitHub issue and PR URLs, relying on examples rather
than explicit instructions.1 parent 82bb833 commit dc68e5e
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
74 | 86 | | |
75 | 87 | | |
76 | 88 | | |
| |||
0 commit comments