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

fix: Correct triple closing braces in JSON and markdown parsing#145

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

fix: Correct triple closing braces in JSON and markdown parsing#145
haesookimDev merged 1 commit intodeployfrom
main

Conversation

@haesookimDev
Copy link
Contributor

Add handling to replace triple closing braces }}} with double braces }} in both ChatParser and ChatParserMarkdown components. This prevents malformed patterns like }}}] and ensures consistent brace formatting during preprocessing of JSON strings and inline markdown with citations.

Add handling to replace triple closing braces `}}}` with double braces `}}`
in both ChatParser and ChatParserMarkdown components. This prevents malformed
patterns like `}}}]` and ensures consistent brace formatting during
preprocessing of JSON strings and inline markdown with citations.
@haesookimDev haesookimDev merged commit 46c0e36 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