Title:
API returns 500 when prompt contains newline characters (\n)
Description:
- Version: 5.3.0 - Repro: prompt with \n
- Result: HTTP 500
- Expected: normal response
Workaround:
- replacing \n with \\n fixes the issue
Title:
API returns 500 when prompt contains newline characters (\n)
Description:
- Version: 5.3.0 - Repro: prompt with \n
- Result: HTTP 500
- Expected: normal response
Workaround:
- replacing \n with \\n fixes the issue