mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
d054553ed3
The shared TS builder exported `_design_a2ui_surface` / `DESIGN_A2UI_SURFACE_TOOL_SCHEMA` while the Python builder, all integration copies, and agent_server.ts use `render_a2ui` / `RENDER_A2UI_TOOL_SCHEMA`. Align the shared source to that source-of-truth name; this also unbreaks the re-export in shared/typescript/tools/index.ts.