Skip to content

Commit 48d3c9f

Browse files
committed
Clarify keyword rules in prompt and docs
1 parent 81165aa commit 48d3c9f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ taskgist "Create a new user authentication system with email verification and pa
130130
```
131131
Example output:
132132
```
133-
create-user-authentication-email-verification
133+
create-user-authentication-email-verification-password-reset
134134
```
135135
136136
**Using a file input:**

src/taskgist/baml_src/keywords.baml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function ExtractKeywords(taskDescription: string) -> KeywordPhrase {
1313
- Omit articles (the, a, an), common prepositions (in, on, to, for), and pronouns (it, this, that, etc.).
1414
- Be representative of the core task.
1515
- Not exceed 5 words
16+
- Each returned word must be a single token with no spaces
1617

1718
{{ ctx.output_format }}
1819

0 commit comments

Comments
 (0)