mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
18 lines
369 B
YAML
18 lines
369 B
YAML
apiVersion: v1
|
|
kind: MessagePlatformAdapter
|
|
metadata:
|
|
name: webchat
|
|
label:
|
|
en_US: "WebChat Debug"
|
|
zh_Hans: "网页聊天调试"
|
|
description:
|
|
en_US: "WebChat adapter for pipeline debugging"
|
|
zh_Hans: "用于流水线调试的网页聊天适配器"
|
|
icon: ""
|
|
spec:
|
|
config: []
|
|
execution:
|
|
python:
|
|
path: "webchat.py"
|
|
attr: "WebChatAdapter"
|