fix: correct indentation in JSON payloads (#26871)

This commit is contained in:
GuanMu
2025-10-14 19:41:01 +08:00
committed by GitHub
parent 3e5e87930c
commit 9e39be0770
3 changed files with 4 additions and 4 deletions

View File

@@ -182,7 +182,7 @@ Workflow 应用无会话支持,适合用于翻译/文章写作/总结 AI 等
--header 'Authorization: Bearer {api_key}' \\
--header 'Content-Type: application/json' \\
--data-raw '{
"inputs": ${JSON.stringify(props.inputs)},
"inputs": ${JSON.stringify(props.inputs)},
"response_mode": "streaming",
"user": "abc-123"
}'`}