Fix command syntax in README for explore run

missing the COMMAND "run" in the original README
This commit is contained in:
Peter Xu
2026-01-11 13:29:06 -05:00
committed by GitHub
parent 37ce90f731
commit 84015575fb
+1 -1
View File
@@ -26,7 +26,7 @@ export GOOGLE_API_KEY="..."
Run:
```bash
explore --task "Within the data/ directory, can you help e find the PDF file that contains an order or a complaint, and, once you found them, ask me which one I would like you to summarize"
explore run --task "Within the data/ directory, can you help e find the PDF file that contains an order or a complaint, and, once you found them, ask me which one I would like you to summarize"
```
## Evaluation against traditional RAG