Initial commit
This commit is contained in:
20
templates/classification/README.md
Normal file
20
templates/classification/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Classification Templates
|
||||
|
||||
Templates for classification patterns (sentiment, intent, category, etc.)
|
||||
|
||||
## Pattern Structure
|
||||
|
||||
Each classification template includes:
|
||||
- Input types (usually text)
|
||||
- Enum definitions for categories
|
||||
- Classification function with confidence
|
||||
- Reasoning capture
|
||||
- Example test cases
|
||||
|
||||
## Common Use Cases
|
||||
|
||||
- Sentiment analysis
|
||||
- Intent detection
|
||||
- Category assignment
|
||||
- Priority classification
|
||||
- Topic identification
|
||||
Reference in New Issue
Block a user