mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
c38f8d3477
## Summary - LangChain adapter now always uses `randomId()` for message stream IDs instead of relying on `lc_kwargs.id` (which GoogleGenerativeAI sets to `"0"` for all messages) Closes #2929 ## Test plan - [x] `@copilotkit/runtime` tests pass 🤖 Generated with [Claude Code](https://claude.com/claude-code)