mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 03:15:06 +08:00
15 lines
271 B
YAML
15 lines
271 B
YAML
apiVersion: v1
|
|
kind: ComponentTemplate
|
|
metadata:
|
|
name: MessagePlatformAdapter
|
|
label:
|
|
en_US: Message Platform Adapter
|
|
zh_CN: 消息平台适配器模板类
|
|
spec:
|
|
type:
|
|
- python
|
|
execution:
|
|
python:
|
|
path: ./adapter.py
|
|
attr: MessagePlatformAdapter
|