mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
196cf1dc6f
The _note asserted injectA2UITool:false (unchanged) and that flipping to true would blank-render, and that generate_a2ui returns an a2ui_operations container for the middleware to forward. Both are now false: this PR set injectA2UITool:true, generate_a2ui returns raw planner args, and the surface mounts from a streamed render_a2ui tool-call (START/ARGS/END) the agent re-emits, which the middleware watches under injectA2UITool:true. Prose-only; no match keys or payloads changed. (cherry picked from commit 5679b001580615f2e7d988d8c7063994076ace29)