@indra.ai/deva 1.1.40 → 1.1.41

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
@@ -201,7 +201,7 @@ class Deva {
201
201
  question_hash: `#️⃣ ${this._agent.profile.name} is hashing a question`,
202
202
  question_answer: `🎙️ ${this._agent.profile.name} ${this._actions.question_answer}`,
203
203
  question_done: `👍 ${this._agent.profile.name} ${this._actions.question_done}`,
204
- answer: `🎟️ ${this._agent.profile.name} shared the ${this._actions.answer}`,
204
+ answer: `🎟️ ${this._agent.profile.name} gave an ${this._actions.answer}`,
205
205
  answer_talk: `🎟️ ${this._agent.profile.name} is talking the ansnwer for anyone listening `,
206
206
  ask: `👥 ${this._agent.profile.name} is asking`,
207
207
  ask_answer: `🎟️ ${this._agent.profile.name} is answering the ask`,
@@ -1180,6 +1180,7 @@ class Deva {
1180
1180
  .replace(/\"|\,/g, '').replace(/\}/g, '::END:INFO').trim()
1181
1181
  this.prompt(_info);
1182
1182
  }
1183
+
1183
1184
  const hasOnStart = this.onStart && typeof this.onStart === 'function' ? true : false;
1184
1185
  return hasOnStart ? this.onStart(data) : this.enter(data)
1185
1186
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {