n8n-nodes-tembory 1.0.3 → 1.0.4

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.
@@ -1038,7 +1038,7 @@ const inferUserIntent = (query = '', recentMessages = []) => {
1038
1038
  return 'select_slot';
1039
1039
  if (/\b(pre.?reserv|pré.?reserv|reservar|segurar|marcar)\b/.test(text))
1040
1040
  return 'pre_reserve';
1041
- if (/\b(disponibilidade|hor[aá]rios?|agenda|quando pode|tem vaga)\b/.test(text))
1041
+ if (/\b(disponibilidade|hor[aá]rios?|agenda(?:r|mento)?|quando pode|tem vaga|quero agendar|gostaria de agendar|preciso agendar)\b/.test(text))
1042
1042
  return 'check_availability';
1043
1043
  if (/\b(cancel|desmarcar|remarcar|alterar|mudar)\b/.test(text))
1044
1044
  return 'change_or_cancel';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-tembory",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Tembory node for n8n AI Agents with profile, tools, timeline, graph and semantic memory",
5
5
  "license": "MIT",
6
6
  "homepage": "https://tembory.com",