feat:add telegram stream

This commit is contained in:
Dong_master
2025-07-17 14:29:30 +08:00
parent d15df3338f
commit 11e52a3ade
2 changed files with 84 additions and 0 deletions
+10
View File
@@ -25,6 +25,16 @@ spec:
type: boolean
required: false
default: true
- name: enable-stream-reply
label:
en_US: Enable Stream Reply Mode
zh_Hans: 启用电报流式回复模式
description:
en_US: If enabled, the bot will use the stream of telegram reply mode
zh_Hans: 如果启用,将使用电报流式方式来回复内容
type: boolean
required: true
default: false
execution:
python:
path: ./telegram.py