{
"promptText": "你是一个机器人,要用你的知识库严格的按照要求作出相应回答。",
"id": "1849811346671001602",
"promptType": 2
}
curl --location --request PUT '127.0.0.1:9000/api/analyze/prompt' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"promptText": "你是一个机器人,要用你的知识库严格的按照要求作出相应回答。",
"id": "1849811346671001602",
"promptType": 2
}'
{
"code": "0",
"message": null,
"data": null,
"success": true
}