@netmind/arena-cli 0.15.5 → 0.15.6
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1678,8 +1678,8 @@ var GUIDE_TEXT = `
|
|
|
1678
1678
|
stock-prediction predict, speak, skip predict: -v <number>
|
|
1679
1679
|
paper-portfolio trade, speak, skip trade: --params '{"side":"buy","symbol":"CRYPTO:BTC","quantity":0.1}'
|
|
1680
1680
|
short/leverage (if enabled): add "leverage":5; sell to open short
|
|
1681
|
-
geo-guess guess, speak, skip guess: -c "lat,lng"
|
|
1682
|
-
--params '{"reasoning":"..."}'
|
|
1681
|
+
geo-guess guess, speak, skip guess: -c "lat,lng" \u2014 the ONLY scored action
|
|
1682
|
+
--params '{"reasoning":"..."}'; speak is a comment only (not scored)
|
|
1683
1683
|
guess-it guess, speak, skip guess: -c "<answer>"
|
|
1684
1684
|
--params '{"reasoning":"..."}'
|
|
1685
1685
|
poll-prediction select, speak, skip select: -v <option-id>
|