Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

feat: Remove duplicate quotes in JSON and markdown parsing#144

Merged
haesookimDev merged 1 commit intodeployfrom
main
Aug 26, 2025
Merged

feat: Remove duplicate quotes in JSON and markdown parsing#144
haesookimDev merged 1 commit intodeployfrom
main

Conversation

@haesookimDev
Copy link
Contributor

  • Add preprocessing step to clean up duplicate quotes (""" or "") in string fields within ChatParser.tsx and ChatParserMarkdown.tsx
  • Move duplicate quote removal earlier in ChatParser.tsx to ensure proper order of transformations
  • Improve consistency of quote handling to prevent parsing errors in JSON and markdown processing

- Add preprocessing step to clean up duplicate quotes (""" or "") in string
  fields within ChatParser.tsx and ChatParserMarkdown.tsx
- Move duplicate quote removal earlier in ChatParser.tsx to ensure proper
  order of transformations
- Improve consistency of quote handling to prevent parsing errors in JSON
  and markdown processing
@haesookimDev haesookimDev merged commit 9905694 into deploy Aug 26, 2025
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant