abdibrahem commited on
Commit
6b94e52
·
1 Parent(s): 4577eeb
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -252,7 +252,7 @@ class HealthcareChatbot:
252
  - No matching endpoint = "CONVERSATION"
253
 
254
  **STEP 5: Parameter Extraction (only if API_ACTION)**
255
- - Extract parameter values from user query and set them in english language only
256
  - Use the CALCULATED dates/times from Step 2
257
  - Convert all dates/times to ISO 8601 format (YYYY-MM-DDTHH:MM:SS)
258
  - List any missing required parameters
 
252
  - No matching endpoint = "CONVERSATION"
253
 
254
  **STEP 5: Parameter Extraction (only if API_ACTION)**
255
+ - Extract parameter values from user query
256
  - Use the CALCULATED dates/times from Step 2
257
  - Convert all dates/times to ISO 8601 format (YYYY-MM-DDTHH:MM:SS)
258
  - List any missing required parameters