feat(dingtalk): add AI card template ID input (#1056)
Adds an input field for the DingTalk AI Card template ID under Platform Settings, plus the matching DINGTALK_CARD_TEMPLATE_ID env mapping so the value is persisted to the active profile and forwarded to the hermes agent (which already supports AI Cards via extra.card_template_id). Closes #1035
This commit is contained in:
@@ -1069,6 +1069,8 @@ export default {
|
||||
clientIdHint: '钉钉 Client ID',
|
||||
clientSecret: 'Client Secret',
|
||||
clientSecretHint: '钉钉 Client Secret',
|
||||
cardTemplateId: 'AI 卡片模板 ID',
|
||||
cardTemplateIdHint: '钉钉 AI 卡片模板 ID;留空则不启用 AI 卡片',
|
||||
allowedUsers: '允许用户',
|
||||
allowedUsersHint: '用户 ID 或 OpenID 白名单,多个用英文逗号分隔',
|
||||
allowAllUsers: '允许所有用户',
|
||||
|
||||
Reference in New Issue
Block a user