From 94089e3c8dd084a5b86c9e123fb695dd569ae8a3 Mon Sep 17 00:00:00 2001 From: Nan Jiang <59716405+nanjiangwill@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:46:20 -0400 Subject: [PATCH] Update api.md --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 530a46b..4069e03 100644 --- a/docs/api.md +++ b/docs/api.md @@ -128,7 +128,7 @@ Available options include: | Argument | Type | Description | Default | |----------|------|-------------|---------| -| `branch` | str | Branch to run the agent on, you can specific the name of the branch | | +| `branch` | str | Branch for the agent to commit changes | | | `--backend` | str | Test backend to run the agent on, ignore this option if you are not adding `run_tests` option to agent. | `modal` | | `--log-dir` | str | Log directory to store the logs. | `logs/aider` | | `--max-parallel-repos` | int | Maximum number of repositories for agent to run in parallel. Running in sequential if set to 1. | `1` |