wxg0103
|
ab434b0a9e
|
fix: add retry mechanism for file uploads and response handling in image.py
|
2025-10-30 15:34:41 +08:00 |
|
zhangzhanwei
|
775aa9148c
|
fix: Embedding model setting
|
2025-10-30 14:32:59 +08:00 |
|
zhangzhanwei
|
274dfdae5c
|
fix: Model get in migration file
|
2025-10-30 14:27:46 +08:00 |
|
CaptainB
|
543f83a822
|
refactor: update ZhipuChatModel to use BaseChatOpenAI and improve token counting
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1061305 --user=刘瑞斌 【应用】ai对话启用工具后部分模型(智谱)不统计tokens https://www.tapd.cn/62980211/s/1791683
|
2025-10-30 11:12:43 +08:00 |
|
zhangzhanwei
|
ef162bdc3e
|
fix: Folder permission of workspace manager
|
2025-10-30 10:12:24 +08:00 |
|
zhangzhanwei
|
c86306a67e
|
fix: Common user folder permission
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-10-29 18:32:09 +08:00 |
|
wangdan-fit2cloud
|
3c7e5ff3b6
|
perf: Variable aggregation node adds sorting and modifies some styling issues
|
2025-10-29 18:26:37 +08:00 |
|
shaohuzhang1
|
ebb3c74dc5
|
fix: The starting node of the loop in the loop body should be prohibited from deletion (#4287)
|
2025-10-29 16:56:18 +08:00 |
|
shaohuzhang1
|
2298bf6992
|
fix: After enabling identity authentication in the application, the knowledge base retrieves the reference document list variable, but there is no content retrieved when asking questions on the application dialogue page (#4286)
|
2025-10-29 15:53:37 +08:00 |
|
wangdan-fit2cloud
|
b423e8a26f
|
fix: Fix prompt errors
|
2025-10-29 15:34:59 +08:00 |
|
zhangzhanwei
|
2cf1ad7ea4
|
fix: In the variable aggregation strategy that returns the first non-null value of each group, empty strings, empty lists, and empty objects are not treated as null values
|
2025-10-29 15:34:34 +08:00 |
|
CaptainB
|
a4b7b8dbbb
|
fix: improve error logging in tools.py to include exception info
|
2025-10-29 15:08:57 +08:00 |
|
wangdan-fit2cloud
|
a84be67d4d
|
fix: Variable aggregation node adds execution details
|
2025-10-29 14:37:07 +08:00 |
|
shaohuzhang1
|
28001613f8
|
fix: When the workflow does not respond, there is an error in the historical chat record data (#4282)
|
2025-10-29 13:43:02 +08:00 |
|
wangdan-fit2cloud
|
a1898e837a
|
fix: variable aggregation node style
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-10-29 11:29:22 +08:00 |
|
zhangzhanwei
|
52316895d4
|
fix: Tool folder
|
2025-10-29 11:09:14 +08:00 |
|
zhangzhanwei
|
855d2b25d3
|
fix: The component list in the loop body is missing variable aggregation
--bug=1063074 --user=张展玮 【应用】循环体中组件列表缺少变量聚合 https://www.tapd.cn/62980211/s/1790996
|
2025-10-29 10:12:56 +08:00 |
|
shaohuzhang1
|
2151c51f78
|
fix: Variable assignment data type converted (#4279)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-10-28 18:32:11 +08:00 |
|
wangxuhui
|
57195f277a
|
fix(permission): 修复权限常量解析操作符索引错误 (#4275)
- 修正了权限字符串解析时操作符索引,从原来的第三部分改为第二部分
- 确保权限实例创建时操作符获取正确
- 改善权限常量解析的准确性和稳定性
Co-authored-by: 王旭辉 <2569429256@qq.com>
|
2025-10-28 18:31:31 +08:00 |
|
wxg0103
|
82224271e8
|
fix: update video handling to return URLs instead of base64 encoding
|
2025-10-28 18:21:08 +08:00 |
|
zhangzhanwei
|
79b47bb1b3
|
feat: Node execute
|
2025-10-28 18:09:52 +08:00 |
|
wxg0103
|
02311687c8
|
fix: update video format handling in base_video_understand_node.py
|
2025-10-28 17:55:54 +08:00 |
|
wxg0103
|
28d403f237
|
fix: update message handling in image.py to support multiple message types
|
2025-10-28 16:24:21 +08:00 |
|
wxg0103
|
79fce87e93
|
fix: add video format detection for uploaded files in image.py
|
2025-10-28 15:54:56 +08:00 |
|
wxg0103
|
6af51a4235
|
fix: add support for VideoUnderstandNode in ExecutionDetailCard.vue
--bug=1063024 --user=王孝刚 【应用】执行详情中,视频理解节点没有显示消耗tokens数据 https://www.tapd.cn/62980211/s/1790772
|
2025-10-28 15:21:56 +08:00 |
|
shaohuzhang1
|
b679b17f56
|
fix: When extracting parameters, input parameters that are not strings result in the node being unable to execute (#4276)
|
2025-10-28 15:18:27 +08:00 |
|
wxg0103
|
e9db3a598c
|
feat: add generate prompt button and improve code formatting in index.vue
|
2025-10-28 15:11:04 +08:00 |
|
CaptainB
|
e6b67274a3
|
chore: update el-select to fetch tags on focus and remove unused watch
--bug=1063013 --user=刘瑞斌 【应用编排】文档标签检索组件没有同步知识库更新的标签 https://www.tapd.cn/62980211/s/1790748
|
2025-10-28 14:55:21 +08:00 |
|
wangdan-fit2cloud
|
8f20f4b002
|
perf: Optimize copywriting
|
2025-10-28 14:16:41 +08:00 |
|
shaohuzhang1
|
871e810918
|
fix: Resource authorization: "Select All" is ineffective (#4274)
|
2025-10-28 11:29:17 +08:00 |
|
zhangzhanwei
|
c3acbeff63
|
feat: Locales
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-10-28 11:09:37 +08:00 |
|
zhangzhanwei
|
22f72c5d33
|
fix: Remove duplicate user id
|
2025-10-28 10:23:15 +08:00 |
|
wxg0103
|
e17d7c4d10
|
feat: add file upload method with base64 encoding in image.py
|
2025-10-28 10:15:22 +08:00 |
|
zhangzhanwei
|
2a096152b0
|
fix: Tool permission
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-10-27 18:05:24 +08:00 |
|
wangdan-fit2cloud
|
8ecb6a855c
|
fix: workflow multi-selection
|
2025-10-27 17:47:57 +08:00 |
|
zhangzhanwei
|
e17bb8f5dd
|
fix: Locales
|
2025-10-27 17:47:13 +08:00 |
|
shaohuzhang1
|
8dbef83d7a
|
fix: After uploading the file, ask a question. After completing the question and answer, change the answer and the file will not be uploaded again, resulting in the loss of file information (#4269)
|
2025-10-27 17:38:30 +08:00 |
|
shaohuzhang1
|
f3bf9e2388
|
fix: The application export loop node cannot be used (#4268)
|
2025-10-27 17:31:52 +08:00 |
|
zhangzhanwei
|
aaa0dab747
|
fix: Workspace manager folder
|
2025-10-27 17:09:07 +08:00 |
|
shaohuzhang1
|
03e4bda814
|
fix: Alibaba Cloud Bailian Stream Response (#4266)
|
2025-10-27 17:02:53 +08:00 |
|
wxg0103
|
267bdae924
|
feat: enhance video processing by adding video model parameter and implement file upload to OSS
|
2025-10-27 16:43:27 +08:00 |
|
zhangzhanwei
|
8bfbac671c
|
fix: Workspace permission table
|
2025-10-27 16:37:33 +08:00 |
|
shaohuzhang1
|
ea8ad1db45
|
fix: After uploading the file, ask a question. After completing the question and answer, change the answer and the file will not be uploaded again, resulting in the loss of file information (#4262)
|
2025-10-27 15:24:24 +08:00 |
|
zhangzhanwei
|
1174ee11c6
|
fix: Folder authorization of common user
--bug=1062968 --user=张展玮 【应用】普通用户对自己管理的文件夹进行资源授权,生效资源选择所有子资源,授权报错 https://www.tapd.cn/62980211/s/1790231
|
2025-10-27 14:38:11 +08:00 |
|
shaohuzhang1
|
9a46cac406
|
fix: Folder and Resource Selection Interaction Abnormality (#4260)
|
2025-10-27 14:30:37 +08:00 |
|
CaptainB
|
d147b794ce
|
chore: replace split_text with smart_split_paragraph in pdf_split_handle.py
|
2025-10-27 14:23:42 +08:00 |
|
zhangzhanwei
|
8da6f7421c
|
fix: Parameter configuration function
--bug=1062940 --user=张展玮 【资源管理】资源管理列表,向量模型、语音识别模型缺少参数设置功能 https://www.tapd.cn/62980211/s/1790202
|
2025-10-27 14:20:21 +08:00 |
|
zhangzhanwei
|
2fc4a393ad
|
feat: Group field dialog
|
2025-10-27 13:47:31 +08:00 |
|
wangdan-fit2cloud
|
42d7aeb5bf
|
perf: Generate prompt words to add copy
|
2025-10-27 13:33:24 +08:00 |
|
wangdan-fit2cloud
|
42de3e0bd6
|
fix: Optimize copywriting
|
2025-10-27 13:33:24 +08:00 |
|