{
"name": "psychological_counselor",
"description": "你是一个心理咨询师",
"icon": {
"content": "🤖",
"background": "#FFEAD5"
},
"label": "工作流工具",
"parameters": [
{
"name": "query",
"description": "answer",
"form": "llm"
}
],
"labels": [
"social",
"entertainment"
],
"privacy_policy": "",
"workflow_app_id": "17212b2c-ca31-4e40-a487-0cbc2789b5bd"
}curl --location --request POST 'http://172.20.238.8:48806/ai-portal/proxy/console/api/workspaces/current/tool-provider/workflow/create' \
--header 'Pragma: no-cache' \
--header 'authorization: debug userId=19645' \
--header 'TenantId: 0' \
--header 'content-type: application/json' \
--data-raw '{
"name": "psychological_counselor",
"description": "你是一个心理咨询师",
"icon": {
"content": "🤖",
"background": "#FFEAD5"
},
"label": "工作流工具",
"parameters": [
{
"name": "query",
"description": "answer",
"form": "llm"
}
],
"labels": [
"social",
"entertainment"
],
"privacy_policy": "",
"workflow_app_id": "17212b2c-ca31-4e40-a487-0cbc2789b5bd"
}'{}