mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 03:16:14 +00:00
fix: config field incompletion in adapter manifests
This commit is contained in:
@@ -39,6 +39,13 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
|
- name: markdown_card
|
||||||
|
label:
|
||||||
|
en_US: Markdown Card
|
||||||
|
zh_CN: 是否使用 Markdown 卡片
|
||||||
|
type: boolean
|
||||||
|
required: false
|
||||||
|
default: true
|
||||||
execution:
|
execution:
|
||||||
python:
|
python:
|
||||||
path: ./dingtalk.py
|
path: ./dingtalk.py
|
||||||
|
|||||||
@@ -18,6 +18,13 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
|
- name: markdown_card
|
||||||
|
label:
|
||||||
|
en_US: Markdown Card
|
||||||
|
zh_CN: 是否使用 Markdown 卡片
|
||||||
|
type: boolean
|
||||||
|
required: false
|
||||||
|
default: true
|
||||||
execution:
|
execution:
|
||||||
python:
|
python:
|
||||||
path: ./telegram.py
|
path: ./telegram.py
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ metadata:
|
|||||||
description:
|
description:
|
||||||
en_US: WeComCSAdapter
|
en_US: WeComCSAdapter
|
||||||
zh_CN: 企业微信客服适配器
|
zh_CN: 企业微信客服适配器
|
||||||
|
icon: wecom.png
|
||||||
spec:
|
spec:
|
||||||
config:
|
config:
|
||||||
- name: port
|
- name: port
|
||||||
|
|||||||
Reference in New Issue
Block a user