@majkapp/plugin-kit 3.5.1 → 3.5.2
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/plugin-kit.js +1 -1
- package/package.json +1 -1
package/dist/plugin-kit.js
CHANGED
|
@@ -1338,7 +1338,7 @@ function definePlugin(id, name, version) {
|
|
|
1338
1338
|
const defaultTeammate = {
|
|
1339
1339
|
id: teammateId,
|
|
1340
1340
|
name: teammateName,
|
|
1341
|
-
systemPrompt: _instructions ||
|
|
1341
|
+
systemPrompt: _instructions || `You are a helpful AI assistant specialized in ${name}. You have access to specialized functions and tools for this domain. When assisting users, always utilize the available functions when they can help accomplish tasks. Provide clear explanations of your actions, be proactive in suggesting relevant capabilities, and deliver accurate information based on function results.`,
|
|
1342
1342
|
expertise: [name],
|
|
1343
1343
|
skills: {
|
|
1344
1344
|
primary: ['Plugin Functions'],
|
package/package.json
CHANGED