You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/plugin-bootstrap/src/providers/settings.ts
+17-32Lines changed: 17 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@
4
4
import{
5
5
ChannelType,
6
6
findWorldsForOwner,
7
-
getWorldSettings,
8
7
logger,
9
8
World,
10
9
typeIAgentRuntime,
@@ -113,13 +112,12 @@ function generateStatusMessage(
113
112
}
114
113
115
114
// Non-onboarding context - list all public settings with values and descriptions
116
-
return`## Current Configuration\n\n${
117
-
requiredUnconfigured>0
118
-
? `IMPORTANT!: ${requiredUnconfigured} required settings still need configuration. ${runtime.character.name} should get onboarded with the OWNER as soon as possible.\n\n`
return`## Current Configuration\n\n${requiredUnconfigured>0
116
+
? `IMPORTANT!: ${requiredUnconfigured} required settings still need configuration. ${runtime.character.name} should get onboarded with the OWNER as soon as possible.\n\n`
0 commit comments