Spaces:
Sleeping
Sleeping
Update kadi_apy_bot.py
Browse files- kadi_apy_bot.py +2 -0
kadi_apy_bot.py
CHANGED
@@ -171,6 +171,8 @@ class KadiAPYBot:
|
|
171 |
|
172 |
General Guideline:
|
173 |
- If the user's query can not be fullfilled based on the provided snippets, reply with "The API does not support the requested functionality"
|
|
|
|
|
174 |
"Document Snippets": These contain documentation excerpts and code examples that explain how to use the "Kadi-APY" library
|
175 |
Document Snippets:
|
176 |
{doc_context}
|
|
|
171 |
|
172 |
General Guideline:
|
173 |
- If the user's query can not be fullfilled based on the provided snippets, reply with "The API does not support the requested functionality"
|
174 |
+
- If the user's query does not implicate any task, reply with a question asking the user to elaborate.
|
175 |
+
|
176 |
"Document Snippets": These contain documentation excerpts and code examples that explain how to use the "Kadi-APY" library
|
177 |
Document Snippets:
|
178 |
{doc_context}
|