Sathvika-Alla commited on
Commit
a4dcc3b
·
verified ·
1 Parent(s): 456993f

Update chatbot-gradio.py

Browse files
Files changed (1) hide show
  1. 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