reneco-advanced-input-module 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -491,7 +491,7 @@ class OpenAILLMService {
491
491
  8. The current GMT datetime is ${new Date().toGMTString()}
492
492
  9. Respect the constraints written between parenthesis for readonly status (readonly fields MUST NOT be filled with values), min and max values, whatever the transcription says
493
493
  10. IMPORTANT: Fields marked as "readonly" are presentation elements (headers, labels) that provide context but MUST NOT receive values
494
- 11. IMPORTANT: Some field names may appear multiple times in the form (e.g., in different sub-sections marked by readonly headers). If the user repeats values for the same field name, fill all occurrences in order. If there is ANY doubt about which occurrence to fill, leave ALL of them empty to avoid errors
494
+ 11. IMPORTANT: Some field names may appear multiple times in the form (e.g., in different sub-sections marked by readonly headers). Pay close attention to the user's spoken context to determine which occurrence they are referring to. Only fill the specific occurrence mentioned by the user. If there is ANY doubt about which occurrence to fill, leave ALL of them empty to avoid errors
495
495
  12. Use readonly fields as contextual hints to understand form structure and field grouping, but never fill them
496
496
  13. CRITICAL: For select fields, options like "No", "Non", "Non applicable", "Inconnu", "Unknown", "N/A" are VALID VALUES that can be selected. When the user says these words, treat them as legitimate option choices, NOT always as negations or refusals to answer
497
497
 
@@ -563,7 +563,7 @@ class OpenAILLMService {
563
563
  9. The current GMT datetime is ${new Date().toGMTString()}
564
564
  10. Respect the constraints written between parenthesis for readonly status (readonly fields MUST NOT be filled with values), min and max values, whatever the transcription says
565
565
  11. IMPORTANT: Fields marked as "readonly" are presentation elements (headers, labels) that provide context but MUST NOT receive values
566
- 12. IMPORTANT: Some field names may appear multiple times in the form (e.g., in different sub-sections marked by readonly headers). If the user repeats values for the same field name, fill all occurrences in order. If there is ANY doubt about which occurrence to fill, leave ALL of them empty to avoid errors
566
+ 12. IMPORTANT: Some field names may appear multiple times in the form (e.g., in different sub-sections marked by readonly headers). Pay close attention to the user's spoken context to determine which occurrence they are referring to. Only fill the specific occurrence mentioned by the user. If there is ANY doubt about which occurrence to fill, leave ALL of them empty to avoid errors
567
567
  13. Use readonly fields as contextual hints to understand form structure and field grouping, but never fill them
568
568
  14. CRITICAL: For select fields, options like "No", "Non", "Non applicable", "Inconnu", "Unknown", "N/A" are VALID VALUES that can be selected. When the user says these words, treat them as legitimate option choices, NOT always as negations or refusals to answer
569
569