stream=true
时返回流式,否则返回异步等待响应Authorization: Bearer ********************
{
"stream": true,
"app_id": "90cea93e-6b7d-4a65-aff2-d3b15726a54e",
"query": "当前时间2024-12-20 09:42:34,杨庄水库这几天下多大雨?",
"conversation_id": "29ad1b7c-1c7d-4444-874e-8bc25dacb600"
}
curl --location --request POST 'http://10.12.186.133:30924/transpond/app/conversation/runs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"stream": true,
"app_id": "90cea93e-6b7d-4a65-aff2-d3b15726a54e",
"query": "当前时间2024-12-20 09:42:34,杨庄水库这几天下多大雨?",
"conversation_id": "29ad1b7c-1c7d-4444-874e-8bc25dacb600"
}'
[
{}
]