From 0751aa7492a9e471c5ea75d47b9d9788e8fc2cea Mon Sep 17 00:00:00 2001
From: artberger <20074219+artberger@users.noreply.github.com>
Date: Sat, 8 Aug 2026 06:47:27 +0000
Subject: [PATCH] docs: Update kagent and kmcp API reference docs
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
docs-site/content/kagent/resources/api-ref.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs-site/content/kagent/resources/api-ref.md b/docs-site/content/kagent/resources/api-ref.md
index 2384a6cc..5c65f6a3 100644
--- a/docs-site/content/kagent/resources/api-ref.md
+++ b/docs-site/content/kagent/resources/api-ref.md
@@ -573,7 +573,6 @@ _Appears in:_
| `tools` _[Tool](#tool) array_ | | | MaxItems: 20
|
| `a2aConfig` _[A2AConfig](#a2aconfig)_ | A2AConfig instantiates an A2A server for this agent,
served on the HTTP port of the kagent kubernetes
controller (default 8083).
The A2A server URL will be served at
<kagent-controller-ip>:8083/api/a2a/<agent-namespace>/<agent-name>
Read more about the A2A protocol here: https://github.com/a2aproject/A2A | | |
| `deployment` _[DeclarativeDeploymentSpec](#declarativedeploymentspec)_ | | | |
-| `executeCodeBlocks` _boolean_ | Allow code execution for python code blocks with this agent.
If true, the agent will automatically execute python code blocks in the LLM responses.
Code will be executed in a sandboxed environment.
due to a bug in adk (https://github.com/google/adk-python/issues/3921 ), this field is ignored for now. | | |
| `memory` _[MemorySpec](#memoryspec)_ | Memory configuration for the agent. | | |
| `shareTools` _boolean_ | ShareTools enables the built-in share link tools for this agent.
When true, the agent gains create_share_link, list_share_links, and delete_share_link tools
that allow it to manage share tokens for the current session. | | |
| `context` _[ContextConfig](#contextconfig)_ | Context configures context management for this agent.
This includes event compaction (compression) and context caching. | | |