{
"instruction": "将会议内容提炼总结,包括讨论主题、关键要点和待办事项",
"model_config": {
"provider": "langgenius/openai_api_compatible/openai_api_compatible",
"name": "dashscope/qwen-max",
"mode": "chat",
"completion_params": {
"temperature": 0.7
}
},
"user_id": "20250526hongxmguochuang",
"no_variable": true
}
curl --location --request POST 'http://172.29.50.10:2333/zhixin_agent/workflows/rule-generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"instruction": "将会议内容提炼总结,包括讨论主题、关键要点和待办事项",
"model_config": {
"provider": "langgenius/openai_api_compatible/openai_api_compatible",
"name": "dashscope/qwen-max",
"mode": "chat",
"completion_params": {
"temperature": 0.7
}
},
"user_id": "20250526hongxmguochuang",
"no_variable": true
}'
{
"prompt": "string",
"variables": [
"string"
],
"opening_statement": "string",
"error": "string"
}