Commit a6e33700 by 张蕴鹏

feat(intent): 添加备注 intent 支持 model 配置

parent 1bcbd16a
Showing with 1 additions and 2 deletions
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
"enabled": "1", "enabled": "1",
"model": "UserMember", "model": "UserMember",
"parameters": { "parameters": {
"id": "{{host.invokeModelFunc('chat_for_advisory', 'getUserMemberId', object.uniplat_uid.value)}}", "id": "2273296",
"enableRemarkType": true, "enableRemarkType": true,
"enableAttachments": false "enableAttachments": false
} }
......
...@@ -158,7 +158,6 @@ ...@@ -158,7 +158,6 @@
"name": "addRemark", "name": "addRemark",
"label": "intent-添加备注", "label": "intent-添加备注",
"action": "addMemo", "action": "addMemo",
"model": "不填写就是当前,填写了就是制定的数据模型",
"when": "1", "when": "1",
"enabled": "1", "enabled": "1",
"parameters": { "parameters": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment