Skip to content

fix: match realtimeLLMEventParser filename case to its imports#1725

Open
AnayGarodia wants to merge 1 commit into
Portkey-AI:2.0.0from
AnayGarodia:fix-realtime-parser-filename-case-1673
Open

fix: match realtimeLLMEventParser filename case to its imports#1725
AnayGarodia wants to merge 1 commit into
Portkey-AI:2.0.0from
AnayGarodia:fix-realtime-parser-filename-case-1673

Conversation

@AnayGarodia

Copy link
Copy Markdown

Fixes #1673

The file is named realtimeLlmEventParser.ts (lowercase llm) but three handlers import it as ../services/realtimeLLMEventParser (uppercase LLM), matching the exported RealTimeLLMEventParser class. Case-insensitive filesystems (macOS, Windows) resolve this fine, but on case-sensitive filesystems (Linux, the Alpine-based Docker image) rollup cannot resolve the import and the build fails.

This renames the file to realtimeLLMEventParser.ts so it matches the import paths and the class name. Together with #1674 it restores the clean Docker build on the 2.0.0 branch.

Copilot AI review requested due to automatic review settings July 8, 2026 07:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants