@mutagent/cli 0.1.17 → 0.1.19
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/README.md +1 -1
- package/dist/bin/cli.js +1016 -1054
- package/dist/bin/cli.js.map +16 -17
- package/dist/index.js +97 -134
- package/dist/index.js.map +7 -7
- package/package.json +8 -3
package/README.md
CHANGED
|
@@ -287,7 +287,7 @@ mutagent prompts dataset add <prompt-id> --file data.json --name "Training Data"
|
|
|
287
287
|
mutagent prompts evaluation create <prompt-id> --guided
|
|
288
288
|
|
|
289
289
|
# Start optimization
|
|
290
|
-
mutagent prompts optimize start <prompt-id> --dataset <dataset-id> --max-iterations
|
|
290
|
+
mutagent prompts optimize start <prompt-id> --dataset <dataset-id> --max-iterations 1
|
|
291
291
|
|
|
292
292
|
# Review results (shows scorecard with apply/reject)
|
|
293
293
|
mutagent prompts optimize results <job-id>
|