Files
ragflow/agent
Ricardo-M-L 354108922b fix: use f-string with separator in switch operator error message (#13915)
\`switch.py\` line 137 concatenates the operator directly after the text
without separator:
\`'Not supported operator' + operator\` → produces \`"Not supported
operatorXXX"\`

Changed to: \`f'Not supported operator: {operator}'\`
2026-04-03 16:49:28 +08:00
..
2025-12-17 12:57:24 +08:00
2025-01-21 20:52:28 +08:00