We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bcfe5 commit f9d2254Copy full SHA for f9d2254
src/backend/bisheng/api/v1/endpoints.py
@@ -257,7 +257,7 @@ async def process_flow(
257
chat_id=session_id,
258
category='question',
259
flow_id=flow_id,
260
- message=json.dumps(inputs))
+ message=json.dumps(inputs, ensure_ascii=False))
261
message = ChatMessage(user_id=login_user.user_id,
262
is_bot=True,
263
0 commit comments