pyre-agent-kit 4.3.10 → 4.3.11
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 +1 -1
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -128,7 +128,7 @@ FID,MCAP,STATUS,MBR,FNR,VALUE,PNL,SENT,LOAN
|
|
|
128
128
|
${factionRows.length > 0 ? factionRows.join('\n') : 'none'}
|
|
129
129
|
--- ACTIONS:
|
|
130
130
|
FORMAT: (action) $ "*"
|
|
131
|
-
REPLACE $ with EXACTLY one FID from FACTIONS (always ends in pw).
|
|
131
|
+
REPLACE $ with EXACTLY one FID from FACTIONS ONLY (always ends in pw).
|
|
132
132
|
REPLACE * with a ONE sentence RESPONSE, always in double quotes.
|
|
133
133
|
(+) $ "*" - join.
|
|
134
134
|
(-) $ "*" - leave or reduce position.
|