ragflow/agent
zhimeng123 46a61e5aff
Fix: string merge bug about agent TextProcessing. (\m) (#10211)
### What problem does this PR solve?
An error occurred while merging strings containing '\m' in the Text
Processing function of the agent.

Convert \ m to m using regular expressions

From my example alone, it doesn't affect the original meaning, it's
still math

<img width="1227" height="1056" alt="image"
src="https://github.com/user-attachments/assets/9306a8ca-bb97-47bf-b91f-77acfce49875"
/>


### Type of change

- [ √ ] Bug Fix (non-breaking change which fixes an issue)

Co-authored-by: mxc <mxc@example.com>
2025-09-23 10:16:11 +08:00
..
component Fix: string merge bug about agent TextProcessing. (\m) (#10211) 2025-09-23 10:16:11 +08:00
templates Fix(agent template): wrap template variables in curly braces (#10109) 2025-09-16 13:56:56 +08:00
test Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
tools The retrieval component needs to support returning JSON data(#10170) (#10171) 2025-09-22 17:28:29 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
canvas.py Fix: resolve hash collisions by switching to UUID &correct logic for always-true statements & Update GPT api integration & Support qianwen-deepresearch (#10208) 2025-09-23 09:34:30 +08:00
settings.py Update comments (#4569) 2025-01-21 20:52:28 +08:00