Spaces:
Sleeping
Sleeping
Update kadi_apy_bot.py
Browse files- kadi_apy_bot.py +2 -2
kadi_apy_bot.py
CHANGED
@@ -161,13 +161,13 @@ class KadiAPYBot:
|
|
161 |
"Documentation Snippets:" Contains a collection of potentially useful snippets, including code examples and documentation excerpts of "kadiAPY"
|
162 |
"Code Snippets:" Contains potentially useful snippets from the source code of "kadiAPY"
|
163 |
|
164 |
-
Based on the retrieved snippets and the guidelines answer the "query".
|
165 |
|
166 |
General Guidelines:
|
167 |
- If no related information is found from the snippets to answer the query, reply that you do not know.
|
168 |
|
169 |
Guidelines when generating code:
|
170 |
-
- Display the complete code first, followed by a concise explanation in no more than 5 sentences
|
171 |
|
172 |
Documentation Snippets:
|
173 |
{doc_context}
|
|
|
161 |
"Documentation Snippets:" Contains a collection of potentially useful snippets, including code examples and documentation excerpts of "kadiAPY"
|
162 |
"Code Snippets:" Contains potentially useful snippets from the source code of "kadiAPY"
|
163 |
|
164 |
+
Based on the retrieved snippets (Documentation Snippets and Code Snippets) and the guidelines answer the "query".
|
165 |
|
166 |
General Guidelines:
|
167 |
- If no related information is found from the snippets to answer the query, reply that you do not know.
|
168 |
|
169 |
Guidelines when generating code:
|
170 |
+
- Display the complete code first, followed by a concise explanation in no more than 5 sentences.
|
171 |
|
172 |
Documentation Snippets:
|
173 |
{doc_context}
|