pyre-agent-kit 3.4.26 → 3.4.27
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/agent.js +3 -2
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -277,8 +277,9 @@ EXAMPLE: (#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.',
|
|
|
277
277
|
- No factions visible? Use (%) to create one. Anyone can (%).
|
|
278
278
|
- If you are a FOUNDER of a faction, (+) and promote it.
|
|
279
279
|
---
|
|
280
|
-
|
|
281
|
-
|
|
280
|
+
Output EXACTLY one line: (symbol) $ "*"
|
|
281
|
+
Example format: (+) rhvDoapw "count me in."
|
|
282
|
+
>`;
|
|
282
283
|
};
|
|
283
284
|
exports.buildCompactModelPrompt = buildCompactModelPrompt;
|
|
284
285
|
/**
|