perf:del dify stream in ai.yaml config.and enbale stream in lark.yaml.

fix:localagent remove_think bug
This commit is contained in:
Dong_master
2025-07-14 01:42:42 +08:00
committed by Junyan Qin
parent f5a0cb9175
commit f84a79bf74
5 changed files with 20 additions and 43 deletions
+5 -12
View File
@@ -65,23 +65,16 @@ spec:
type: string
required: true
default: ""
- name: enable-card-reply
- name: enable-stream-reply
label:
en_US: Enable Card Reply Mode
zh_Hans: 启用飞书卡片回复模式
en_US: Enable Stream Reply Mode
zh_Hans: 启用飞书流式回复模式
description:
en_US: If enabled, the bot will use the card of lark reply mode
zh_Hans: 如果启用,将使用飞书卡片方式来回复内容
en_US: If enabled, the bot will use the stream of lark reply mode
zh_Hans: 如果启用,将使用飞书流式方式来回复内容
type: boolean
required: true
default: false
- name: card_template_id
label:
en_US: card template id
zh_Hans: 卡片模板ID
type: string
required: true
default: "填写你的卡片template_id"
execution:
python:
path: ./lark.py