mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
8bad9f30ac
Tests the two bugs fixed in this PR: 1. Dict raw_event metadata must be read with .get(), not getattr() 2. Filtered events must return None (not ""), and run() strips them Adds pytest as a dev dependency.