Update ragchain.py
Browse files- ragchain.py +2 -2
ragchain.py
CHANGED
@@ -56,8 +56,8 @@ class RAGChain:
|
|
56 |
- Document 2: Provides information on how to use a Python library to implement custom CLI commands to interact with 'Kadi4Mat'.
|
57 |
|
58 |
Your task is to select the single most likely option.
|
59 |
-
If Document 1 is the best choice, respond with '
|
60 |
-
If Document 2 is the best choice, respond with '
|
61 |
Respond with only the exact corresponding option and do not include any additional comments, explanations, or text."
|
62 |
"""
|
63 |
)
|
|
|
56 |
- Document 2: Provides information on how to use a Python library to implement custom CLI commands to interact with 'Kadi4Mat'.
|
57 |
|
58 |
Your task is to select the single most likely option.
|
59 |
+
If Document 1 is the best choice, respond with 'kadi_apy/lib/'.
|
60 |
+
If Document 2 is the best choice, respond with 'kadi_apy/cli/'.
|
61 |
Respond with only the exact corresponding option and do not include any additional comments, explanations, or text."
|
62 |
"""
|
63 |
)
|