fix: 修复 llm_output_parser 中图片相对路径拼接冗余导致 Markdown 无法渲染的 Bug#486
Merged
SunnyHaze merged 2 commits intoOpenDCAI:mainfrom Mar 8, 2026
Merged
fix: 修复 llm_output_parser 中图片相对路径拼接冗余导致 Markdown 无法渲染的 Bug#486SunnyHaze merged 2 commits intoOpenDCAI:mainfrom
SunnyHaze merged 2 commits intoOpenDCAI:mainfrom
Conversation
Collaborator
| @wongzhenhao @fatty-belly Please help to review this PR. Thanks! |
Contributor
| 修改看过了没问题。原本的前缀冗余其实是外部汇总jsonl中的图片相对路径。在此基础上保留了原先外部汇总jsonl中的图片相对路径,和内部md中的相对路径是不一样的。 @SunnyHaze 可以merge了 |
Collaborator
| @liangrenjuan @fatty-belly Thanks for your contributions~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修复了相对路径前缀冗余导致 Markdown 无法正常渲染图片的 Bug。