### 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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent_with_tools.py | ||
| base.py | ||
| begin.py | ||
| categorize.py | ||
| fillup.py | ||
| invoke.py | ||
| iteration.py | ||
| iterationitem.py | ||
| llm.py | ||
| message.py | ||
| string_transform.py | ||
| switch.py | ||