@indra.ai/deva 1.1.20 → 1.1.21

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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -54,6 +54,7 @@ class Deva {
54
54
  ask: '🙋‍♀️ ASK',
55
55
  cmd: '📟 COMMAND',
56
56
  question: '🐵 QUESTION',
57
+ question_me: '🐵 QUESTION',
57
58
  question_ask: '🧙‍♂️ QUESTION ASK',
58
59
  question_cmd: '🪄 QUESTION CMD',
59
60
  question_answer: '🔮 QUESTION ANSWER',
@@ -462,7 +463,7 @@ class Deva {
462
463
  // #agent method:param1:param2 with text strings for proccessing
463
464
  // !method param:list:parse for the local agent
464
465
  // if is an ask then we format one way
465
- let _state = 'question';
466
+ let _state = 'question_me';
466
467
  if (isAsk) {
467
468
  _state = 'question_ask'
468
469
  key = t_split[0].substring(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {