1132b3e80a
The "Problem statements and union types" section of the command line tutorial listed `--problem_statement.data_path` and `--problem_statement.repo_path` as examples of how to specify the problem to solve. Neither flag exists: the problem statement types only expose `text`, `path`, and `github_url`, and `data_path`/`repo_path` are the pre-1.0 names that the CLI now explicitly rejects (see the auto-correct entries in run_single.py). Running either flag fails with an "unrecognized arguments" error, and `repo_path` also belonged to the environment, not the problem statement. Replace them with the three flags that map to the union members shown right below (GithubIssue, FileProblemStatement, TextProblemStatement): `--problem_statement.github_url`, `--problem_statement.path`, and `--problem_statement.text`. Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com>
SWE-agent
🔗 Simply want to read the docs? Please head to the web version of these docs
This folder holds the source for the SWE-agent documentation. Want to modify and build the website locally? See here.
