Spaces:
Runtime error
Runtime error
horriblecpp Claude Sonnet 4.6 commited on
Commit ·
0d7df64
1
Parent(s): 8c43e1a
Fix empty utterance in DISCRETION intent causing YAML parse error
Browse files- intents.yaml +1 -1
intents.yaml
CHANGED
|
@@ -136,4 +136,4 @@ intents:
|
|
| 136 |
DISCRETION:
|
| 137 |
retrieval_augmented_generation:
|
| 138 |
utterances:
|
| 139 |
-
-
|
|
|
|
| 136 |
DISCRETION:
|
| 137 |
retrieval_augmented_generation:
|
| 138 |
utterances:
|
| 139 |
+
- "I need to retrieve information from my documents"
|