Files
ragflow/agent/component
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
..
2026-03-05 17:27:17 +08:00
2025-11-27 15:55:32 +08:00
2026-03-06 11:42:31 +08:00
2025-11-27 15:55:32 +08:00
2025-12-25 12:12:38 +08:00