Commit Graph

5711 Commits (94c64b661ed40fa5dfb8605b672f3e4e9a964fb3)
 

Author SHA1 Message Date
NFish 94c64b661e fix: document title error at studio page 11 months ago
GareArc 74cc4c0ce8
fix: bring back necessary imports 11 months ago
NFish 8c1b1f1b15 fix: remove e-300 from github workflow config 11 months ago
zhangx1n 39d7e64dcc fix: handle additional workspace limit error in forgot password flow 11 months ago
NFish 45c163d1fe Merge branch 'fix/system-features-miss' into e-300 11 months ago
NFish db92ba92b8 fix: add missed systemFeatures in webapp pages 11 months ago
NFish fb10f50ed9 fix: hide access control in publish panel 11 months ago
NFish 0bd509cb75 Merge branch 'fix/license-invite-refresh' into e-300 11 months ago
NFish 97c891e6a0 fix: show configured brand info in browser tabs 11 months ago
NFish 51001544e4 fix: refresh license limits when invite member success 11 months ago
NFish 8de24736ac Merge branch 'fix/member-group-select-style' into e-300 11 months ago
NFish 49eb78177e fix: increase sticky z-index value 11 months ago
NFish 8d7c903def Merge branch 'fix/reopen-switch-workflow' into e-300 11 months ago
NFish 7bea68fa84 fix: show More menu if current app is not agent-chat 11 months ago
NFish 75a11ff68d Merge branch 'fix/add-system-feature-validate' into e-300 11 months ago
NFish 47604e769c fix: get logo from systemfeatures.branding 11 months ago
NFish b5126fb944 fix: get logo from systemfeatures.branding 11 months ago
NFish afe6dc84eb Merge branch 'fix/add-system-feature-validate' into e-300 11 months ago
NFish d6652beb62 fix: disabled web app access control if systemFeatures.webapp_auth.enabled is false 11 months ago
NFish 2ec5007ba2 Merge branch 'fix/upgrade-bug-fix' into e-300 11 months ago
NFish a41b194d4d Merge branch 'fix/invite-modal-style' into e-300 11 months ago
NFish 99261c5010 fix: invite modal style error 11 months ago
NFish b30308e85b fix: migrating web app access control features 11 months ago
NFish 17d6dd6193 fix: reopen switch to 'workflow orchestrate' menu in app detail page 11 months ago
NFish 7237c467ce fix: reopen switch to 'workflow orchestrate' menu in app detail page 11 months ago
Jim 6c515ef47f
fix(web): add workspace selector overflow auto (#19265)
Co-authored-by: JMY <jiangmingyao@gf.com.cn>
11 months ago
Good Wood 0b44791eae
feat: add mode for /info api (#19264) 11 months ago
Novice 0cfc82d731
fix(structured-output): reasoning model's json format parsing (#19261) 11 months ago
KVOJJJin b78846078c
Fix: hide view chat setting button when no inputs form (#19263) 11 months ago
Bowen Liang 8537abfff8
chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 11 months ago
KVOJJJin 4b77c9df9d
Fix: optional input in batch run (#19257) 11 months ago
NFish ddb3e32c1a fix: disable items in publish dropdown menu panel if web app access not set 11 months ago
GeorgeCaoJ b979a8a707
feat: sort variables in the selector by x axis for most recent order (#19243) 11 months ago
crazywoola 9231c197a5
fix: s.filter is not a function (#19250) 11 months ago
NFish 0301bd3ac1 Merge branch 'main' into e-300 11 months ago
Yeuoly 8ac3a223a8
fix(api): add missing INNER_API_KEY to InnerAPIConfig (#19166) 11 months ago
NFish 27daeefe98 Merge branch 'fix/console-page-error' into e-300 11 months ago
allenZhang 5a6f20d575
Optimize the event handling and rendering logic of the component picker (#19232) 11 months ago
kenwoodjw c5568f756f
fix basic auth if not base64 encode (#19242)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
11 months ago
Bowen Liang 22f5af9987
fix: support non-ascii charactors in filename of the tool files (#19228) 11 months ago
Bowen Liang e352ab2bdd
chore: required pip and performance improvment in mypy checks (#19225) 11 months ago
Abdullah AlOsaimi bbf513a2cd
Fix appURL construction when basePath is empty (#19234) 11 months ago
Hao Cheng 9bcf837f17
fix: use only supported operators in metadata filter system prompts (#19195) 11 months ago
Will a212a63e6a
fix: time type metadata filtering error (#19192) 11 months ago
Bowen Liang e2cae42115
chore: bump celery from 5.4 to 5.5 (#19190) 11 months ago
诗浓 50fa0d1512
feat: Plugin page related document supports multiple languages (#19197) 11 months ago
Hao Cheng bb1d1dc263
fix: fix API tool integration test (#19187) 12 months ago
非法操作 1ca6dbcdc8
fix: file name incorrect when download file (#19183) 12 months ago
NFish 087ccf2cc1 fix: hide doc and support menu in enterprise edition 12 months ago
QuantumGhost 349c3cf7b8
feat(api): Add image multimodal support for LLMNode (#17372)
Enhance `LLMNode` with multimodal capability, introducing support for
image outputs.

This implementation extracts base64-encoded images from LLM responses,
saves them to the storage service, and records the file metadata in the
`ToolFile` table. In conversations, these images are rendered as
markdown-based inline images.
Additionally, the images are included in the LLMNode's output as
file variables, enabling subsequent nodes in the workflow to utilize them.

To integrate file outputs into workflows, adjustments to the frontend code
are necessary.

For multimodal output functionality, updates to related model configurations
are required. Currently, this capability has been applied exclusively to
Google's Gemini models.

Close #15814.

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
12 months ago