ragflow/agent/component
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
..
__init__.py Feat: Add thought info to every component. (#9134) 2025-07-31 15:13:45 +08:00
agent_with_tools.py Feat: add citation option to agent and enlarge the timeouts. (#9484) 2025-08-15 10:05:01 +08:00
base.py Fix:HTTPs component re.error: bad escape \u (#9480) 2025-08-15 15:48:10 +08:00
begin.py Fix:valueERROR when file is optional but not exist value (#9414) 2025-08-12 17:39:03 +08:00
categorize.py Feat: Add thought info to every component. (#9134) 2025-07-31 15:13:45 +08:00
fillup.py Feat: Add thought info to every component. (#9134) 2025-07-31 15:13:45 +08:00
invoke.py Fix:HTTP request component failed to retrieve the corresponding value (#9399) 2025-08-12 12:27:22 +08:00
iteration.py Feat: Add thought info to every component. (#9134) 2025-07-31 15:13:45 +08:00
iterationitem.py Feat: Add thought info to every component. (#9134) 2025-07-31 15:13:45 +08:00
llm.py Feat: add citation option to agent and enlarge the timeouts. (#9484) 2025-08-15 10:05:01 +08:00
message.py Refa: add result to callback for agent tool use. (#9137) 2025-08-01 21:49:39 +08:00
string_transform.py Feat: Add thought info to every component. (#9134) 2025-07-31 15:13:45 +08:00
switch.py Feat: Add thought info to every component. (#9134) 2025-07-31 15:13:45 +08:00