From 0b8c45b56c68a3e4b7d3d0681fc7eb4b9c8225c8 Mon Sep 17 00:00:00 2001
From: michaeljguarino <3838088+michaeljguarino@users.noreply.github.com>
Date: Tue, 1 Sep 2026 00:22:01 +0000
Subject: [PATCH] sync docs
---
pages/api-reference/kubernetes/agent-api-reference.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pages/api-reference/kubernetes/agent-api-reference.md b/pages/api-reference/kubernetes/agent-api-reference.md
index a3dc9a30..f547a7c4 100644
--- a/pages/api-reference/kubernetes/agent-api-reference.md
+++ b/pages/api-reference/kubernetes/agent-api-reference.md
@@ -170,7 +170,8 @@ _Appears in:_
| `prompt` _string_ | Prompt is the task/prompt given to the agent | | Required: \{\}
|
| `repository` _string_ | Repository is the git repository the agent will work with | | Required: \{\}
|
| `branch` _string_ | Branch is the repository branch the agent should operate on. If omitted, the repository default branch is used. | | Optional: \{\}
|
-| `mode` _[AgentRunMode](#agentrunmode)_ | Mode defines how the agent should run (ANALYZE, WRITE) | | Required: \{\}
|
+| `mode` _[AgentRunMode](#agentrunmode)_ | Mode defines how the agent should run (ANALYZE, WRITE, REVIEW) | | Required: \{\}
|
+| `reviewDepth` _[AgentReviewDepth](#agentreviewdepth)_ | ReviewDepth controls how far a review run explores code adjacent to the pull request changes. | | Optional: \{\}
|
| `flowId` _string_ | FlowID is the flow this agent run is associated with (optional) | | Optional: \{\}
|
| `language` _[AgentRunLanguage](#agentrunlanguage)_ | Language is the programming language used in the agent run.
Deprecated: No longer used for image selection. Enable dind on the AgentRuntime instead. | | Optional: \{\}
|
| `languageVersion` _string_ | LanguageVersion is the version of the language to use, if you wish to specify.
Deprecated: No longer used for image selection. Enable dind on the AgentRuntime instead. | | Optional: \{\}
|