{
"modelId": "92c498e8-a192-48e8-a0ad-34fe43a87ab1",
// "conversationId": "3c9e3a4f-c9bf-41d3-a908-19a958d1d322", // 如果需要继续对话则传
"title": "",
"messages": [
{
"role": "user",
"content": "随机给我一条今天的新闻",
}
],
"mcpServers": ["f79349fb-a4e4-475b-ab64-d3062f0276d9"]
}
curl --location --request POST 'http://prod-cn.your-api-server.com/api/ai-chat/stream' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"modelId": "92c498e8-a192-48e8-a0ad-34fe43a87ab1",
// "conversationId": "3c9e3a4f-c9bf-41d3-a908-19a958d1d322", // 如果需要继续对话则传
"title": "",
"messages": [
{
"role": "user",
"content": "随机给我一条今天的新闻",
}
],
"mcpServers": ["f79349fb-a4e4-475b-ab64-d3062f0276d9"]
}'null