Spaces:
Sleeping
Sleeping
Update chatbot-gradio.py
Browse files- chatbot-gradio.py +2 -0
chatbot-gradio.py
CHANGED
|
@@ -212,6 +212,8 @@ async def handle_query(user_input: str, session_state:str):
|
|
| 212 |
- Combining multiple conditions (AND/OR/NOT)
|
| 213 |
- Needs complex filtering/sorting
|
| 214 |
- Requesting technical specifications for a specific converter like "dimming type of converter [artnr]", "size of [artnr]"
|
|
|
|
|
|
|
| 215 |
|
| 216 |
5. NEVER
|
| 217 |
- use get_converters_by_dimming when artnr Pattern is detected
|
|
|
|
| 212 |
- Combining multiple conditions (AND/OR/NOT)
|
| 213 |
- Needs complex filtering/sorting
|
| 214 |
- Requesting technical specifications for a specific converter like "dimming type of converter [artnr]", "size of [artnr]"
|
| 215 |
+
- You CANNOT INSERT DELETE or UPDATE. Return a message saying you cannot help with that immediately.
|
| 216 |
+
|
| 217 |
|
| 218 |
5. NEVER
|
| 219 |
- use get_converters_by_dimming when artnr Pattern is detected
|