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:
@@ -975,6 +975,8 @@ jobTriggered: 'Job ejecutado',
|
||||
clientIdHint: 'ID de cliente de DingTalk',
|
||||
clientSecret: 'Secreto de cliente',
|
||||
clientSecretHint: 'Secreto de cliente de DingTalk',
|
||||
cardTemplateId: 'ID de plantilla de tarjeta IA',
|
||||
cardTemplateIdHint: 'ID de plantilla de tarjeta IA de DingTalk; déjelo vacío para desactivar las tarjetas IA',
|
||||
botId: 'ID del bot',
|
||||
botIdHint: 'ID del bot de WeCom',
|
||||
wecomSecretHint: 'Secreto del bot de WeCom',
|
||||
|
||||
Reference in New Issue
Block a user