From 0db2d544a9e85ed2a1d53c03657b78625186630a Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Tue, 21 Apr 2026 16:56:11 +0800 Subject: [PATCH] Docs: 0.25.0 agent apps can be published. (#14252) ### What problem does this PR solve? Agent apps can be published. ### Type of change - [x] Documentation Update --- docs/references/python_api_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/python_api_reference.md b/docs/references/python_api_reference.md index e2e0f7bad0..2ee199b46d 100644 --- a/docs/references/python_api_reference.md +++ b/docs/references/python_api_reference.md @@ -1685,7 +1685,7 @@ The parameters in `begin` component. Also supports: -- `release` (`bool | str`, optional): Set to `True` (or `"true"`) to create the session in release mode (published version only). +- `release` (`bool | str`, optional): When set to `True` (or `"true"`), creates a session with the published agent app only. #### Returns