@mutagent/cli 0.1.18 → 0.1.21

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 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 3
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>