Merge pull request #882 from SuanmoSuanyangTechnology/fix/simple-fix
ci(wechat-notify): refine AI prompt for commit summarization
This commit is contained in:
2
.github/workflows/release-notify-wechat.yml
vendored
2
.github/workflows/release-notify-wechat.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
||||
-d "{
|
||||
\"model\": \"qwen-plus\",
|
||||
\"input\": {
|
||||
\"prompt\": \"请用中文总结以下代码提交,输出3-5条,面向测试人员:\\n$CONTENT\"
|
||||
\"prompt\": \"请用中文总结以下代码提交,输出3-5条要点,面向测试人员。直接输出编号列表,不要输出标题或前言:\\n$CONTENT\"
|
||||
}
|
||||
}" | jq -r '.output.text')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user