@indra.ai/deva 1.1.56 → 1.1.58
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.
- package/index.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -169,7 +169,7 @@ class Deva {
|
|
|
169
169
|
offline: `🛌 ${this._agent.profile.name} ${this._states.offline}`,
|
|
170
170
|
online: `🌞 ${this._agent.profile.name} ${this._states.online}`,
|
|
171
171
|
ask: `😎 ${this._agent.profile.name} ${this._states.ask}`,
|
|
172
|
-
question: `🎙️
|
|
172
|
+
question: `🎙️ ${this._agent.profile.name} ${this._states.question}`,
|
|
173
173
|
answer: `🎟️ ${this._agent.profile.name} ${this._states.answer}`,
|
|
174
174
|
init: `🚀 ${this._agent.profile.name} ${this._states.init}`,
|
|
175
175
|
start: `🚙 ${this._agent.profile.name} ${this._states.start}`,
|
|
@@ -261,8 +261,8 @@ class Deva {
|
|
|
261
261
|
Development: `🔧 ${this._features.Development} configure`,
|
|
262
262
|
business: `📊 ${this._features.business} feature`,
|
|
263
263
|
Business: `📊 ${this._features.Business} configure`,
|
|
264
|
-
legal: `⚖️
|
|
265
|
-
Legal: `⚖️
|
|
264
|
+
legal: `⚖️ ${this._features.legal} feature`,
|
|
265
|
+
Legal: `⚖️ ${this._features.Legal} configure`,
|
|
266
266
|
assistant: `👤 ${this._features.assistant} feature`,
|
|
267
267
|
Assistant: `👤 ${this._features.Assistant} configure`,
|
|
268
268
|
story: `📚 ${this._features.story} feature`,
|