ragflow/agent
xiaoyu0701 7f237fee16
Fix:HTTPs component re.error: bad escape \u (#9480)
### What problem does this PR solve?

When calling HTTP to request data, if the JSON string returned by the
interface contains an unasked back slash like '\u', Python's RE module
will escape 'u' as Unicode, but there is no valid 4-digit hexadecimal
number at the end, so it will directly report an error. Error: re.
error: bad escape \ u at position 26
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-08-15 15:48:10 +08:00
..
component Fix:HTTPs component re.error: bad escape \u (#9480) 2025-08-15 15:48:10 +08:00
templates Agent template: report agent using knowledge base (#9427) 2025-08-14 12:17:57 +08:00
test Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
tools Fix: PyPDF's Manipulated FlateDecode streams can exhaust RAM (#9469) 2025-08-14 13:45:19 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
canvas.py Refa: add result to callback for agent tool use. (#9137) 2025-08-01 21:49:39 +08:00
settings.py Update comments (#4569) 2025-01-21 20:52:28 +08:00