mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
60d10a2e56
The // @endregion[reasoning-block-render] comment was indented inside the Chat function body, causing the rendered docs snippet to omit the final closing brace — a visible syntax error. Moves the marker to after the } in all 16 agentic-chat-reasoning/page.tsx files. Also wraps the custom-reasoning snippet in reasoning.mdx in a two-tab block so the ReasoningBlock import in page.tsx links directly to the reasoning-block.tsx component definition in the adjacent tab.