From 7a2d0bd257c471c702e96b9d7747cbeaeff74764 Mon Sep 17 00:00:00 2001 From: gdut4140 Date: Sat, 29 Aug 2026 01:19:04 +0800 Subject: [PATCH 1/2] docs(shell-docs): fix broken Action Handlers link in a2ui fixed-schema page --- .../src/content/docs/generative-ui/a2ui/fixed-schema.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showcase/shell-docs/src/content/docs/generative-ui/a2ui/fixed-schema.mdx b/showcase/shell-docs/src/content/docs/generative-ui/a2ui/fixed-schema.mdx index 64c1778908..70e6bbf250 100644 --- a/showcase/shell-docs/src/content/docs/generative-ui/a2ui/fixed-schema.mdx +++ b/showcase/shell-docs/src/content/docs/generative-ui/a2ui/fixed-schema.mdx @@ -365,7 +365,7 @@ When available, a button declares its action like this: And the Python tool matches it with a handler keyed by the action name (plus a `"*"` catch-all). Until the SDK lands, handle the click on the frontend instead — see -[Advanced — Action Handlers](./advanced#action-handlers) for the +[Action Handlers](#action-handlers-reference) for the `createA2UIMessageRenderer` / `onAction` pattern. ## When should I use fixed schemas? From 1ef61717b8302f10388fa7c922cd2e704c78ce16 Mon Sep 17 00:00:00 2001 From: gdut4140 Date: Sat, 29 Aug 2026 11:06:54 +0800 Subject: [PATCH 2/2] docs(shell-docs): point Action Handlers link at the LangGraph advanced page --- .../src/content/docs/generative-ui/a2ui/fixed-schema.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showcase/shell-docs/src/content/docs/generative-ui/a2ui/fixed-schema.mdx b/showcase/shell-docs/src/content/docs/generative-ui/a2ui/fixed-schema.mdx index 70e6bbf250..46724e9814 100644 --- a/showcase/shell-docs/src/content/docs/generative-ui/a2ui/fixed-schema.mdx +++ b/showcase/shell-docs/src/content/docs/generative-ui/a2ui/fixed-schema.mdx @@ -365,7 +365,7 @@ When available, a button declares its action like this: And the Python tool matches it with a handler keyed by the action name (plus a `"*"` catch-all). Until the SDK lands, handle the click on the frontend instead — see -[Action Handlers](#action-handlers-reference) for the +[Advanced — Action Handlers](/integrations/langgraph/generative-ui/a2ui/advanced#action-handlers) for the `createA2UIMessageRenderer` / `onAction` pattern. ## When should I use fixed schemas?