@elizaos/plugin-bootstrap 1.7.1-alpha.17 → 1.7.1-alpha.18
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/dist/index.js +11 -3
- package/dist/index.js.map +4 -4
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -2154,7 +2154,11 @@ IMPORTANT: Your response must ONLY contain the <response></response> XML block a
|
|
|
2154
2154
|
if (worldUpdated) {
|
|
2155
2155
|
try {
|
|
2156
2156
|
await runtime.updateWorld(world);
|
|
2157
|
-
logger6.info({
|
|
2157
|
+
logger6.info({
|
|
2158
|
+
src: "plugin:bootstrap:action:update_role",
|
|
2159
|
+
agentId: runtime.agentId,
|
|
2160
|
+
messageServerId: world.messageServerId
|
|
2161
|
+
}, "Updated roles in world metadata");
|
|
2158
2162
|
} catch (error) {
|
|
2159
2163
|
logger6.error({
|
|
2160
2164
|
src: "plugin:bootstrap:action:update_role",
|
|
@@ -6743,7 +6747,11 @@ var settingsProvider = {
|
|
|
6743
6747
|
};
|
|
6744
6748
|
}
|
|
6745
6749
|
if (!worldSettings) {
|
|
6746
|
-
logger14.info({
|
|
6750
|
+
logger14.info({
|
|
6751
|
+
src: "plugin:bootstrap:provider:settings",
|
|
6752
|
+
agentId: runtime.agentId,
|
|
6753
|
+
messageServerId: serverId
|
|
6754
|
+
}, "No settings state found for server");
|
|
6747
6755
|
return isOnboarding ? {
|
|
6748
6756
|
data: {
|
|
6749
6757
|
settings: []
|
|
@@ -8373,5 +8381,5 @@ export {
|
|
|
8373
8381
|
actionStateProvider
|
|
8374
8382
|
};
|
|
8375
8383
|
|
|
8376
|
-
//# debugId=
|
|
8384
|
+
//# debugId=F28D3384C77B385164756E2164756E21
|
|
8377
8385
|
//# sourceMappingURL=index.js.map
|