Commit Graph

529 Commits

Author SHA1 Message Date
Chenhe Gu
40b8a1f94e Merge pull request #383 from dkjkls/patch-1 2025-08-11 23:15:46 +09:00
Chenhe Gu
bf3e6c8004 Merge pull request #381 from tfia/refactor 2025-08-11 23:14:51 +09:00
Chenhe Gu
3681d11e55 Merge pull request #392 from trywong/patch-1 2025-08-11 23:08:40 +09:00
Xiaoer Wang
67fd81b593 Update introduction.mdx
delete a whitespace
2025-08-11 16:25:06 +08:00
KaijunDu
134a3aa2be Update readme.mdx
生产阶段内容多一个字
2025-08-06 14:28:42 +08:00
tfia
1965e32ed7 refactor: update embedding in websites guide (jp), add example 2025-08-05 22:49:13 +08:00
tfia
3ad0ed828a fix: redundant title 2025-08-05 22:37:29 +08:00
crazywoola
856db68be5 Merge pull request #380 from jeremy-feng/fix-chinese-punctuation
Docs: fix Chinese punctuation
2025-08-05 06:58:51 -07:00
crazywoola
1ed4f1f4dc Merge pull request #382 from lyzno1/fix/issue-344-file-transfer-dependency
fix: establish strong dependency between transfer_method and file parameters
2025-08-05 06:57:17 -07:00
lyzno1
f0e71769a4 fix(ja-jp): establish strong dependency between transfer_method and file parameters
- Replace loose `oneOf` validation with strict conditional dependencies using `anyOf`
- `transfer_method: "remote_url"` now requires `url` and prohibits `upload_file_id`
- `transfer_method: "local_file"` now requires `upload_file_id` and prohibits `url`
- Applied same fix pattern as English version to all Japanese OpenAPI files
- Prevents invalid combinations like remote_url + upload_file_id

Fixed files:
- ja-jp/openapi_workflow.json (InputFileObjectWorkflowJp)
- ja-jp/openapi_chatflow.json (InputFileObjectJp)
- ja-jp/openapi_chat.json (BasicInputFileObjectJa)
- ja-jp/openapi_completion.json (InputFileObjectJp)
2025-08-05 20:25:55 +08:00
lyzno1
bacfe4d5f8 fix(zh-hans): establish strong dependency between transfer_method and file parameters
- Replace loose `oneOf` validation with strict conditional dependencies using `anyOf`
- `transfer_method: "remote_url"` now requires `url` and prohibits `upload_file_id`
- `transfer_method: "local_file"` now requires `upload_file_id` and prohibits `url`
- Applied same fix pattern as English version to all Chinese OpenAPI files
- Prevents invalid combinations like remote_url + upload_file_id

Fixed files:
- zh-hans/openapi_workflow.json (InputFileObjectWorkflowCn)
- zh-hans/openapi_chatflow.json (InputFileObjectCn)
- zh-hans/openapi_chat.json (BasicInputFileObjectCn)
- zh-hans/openapi_completion.json (InputFileObject)
2025-08-05 20:23:55 +08:00
lyzno1
3a7c36a527 fix: establish strong dependency between transfer_method and file parameters
Fixes #344

- Replace loose `oneOf` validation with strict conditional dependencies using `anyOf`
- `transfer_method: "remote_url"` now requires `url` and prohibits `upload_file_id`
- `transfer_method: "local_file"` now requires `upload_file_id` and prohibits `url`
- Aligns OpenAPI schema with documentation requirements in template_workflow.en.mdx
- Uses OpenAPI 3.0.1 compatible syntax instead of JSON Schema Draft 7 features
- Prevents invalid combinations like remote_url + upload_file_id
2025-08-05 20:18:08 +08:00
tfia
39f92b9ed3 refactor: update embedding in websites guide (en), add example 2025-08-05 18:18:04 +08:00
tfia
0e30663ebb refactor: update embedding in websites guide (zh), add example 2025-08-05 18:14:11 +08:00
Jeremy Feng
d68c4a94b0 Docs: fix Chinese punctuation 2025-08-05 14:08:48 +08:00
Hanqing Zhao
a36585a214 Merge pull request #375 from HanqingZ/main
Update mcp.mdx
2025-08-01 16:47:23 +08:00
Hanqing Zhao
a60df2ee69 Update mcp.mdx 2025-08-01 16:42:59 +08:00
Alter-xyz
44aefe8a6c Merge pull request #355 from lyzno1/feat/add-dataset-en-docs
feat: add knowledge api docs (en version)
2025-08-01 03:45:55 +08:00
Chenhe Gu
32f764995c Merge pull request #370 from ialisaleh/feat/phoenix-cloud-docs
feat: Update Docs For Phoenix Cloud Instance Setup Guide
2025-07-31 07:58:58 +09:00
Ali Saleh
b2f6ef28a1 feat: Update Docs For Phoenix Cloud Instance Setup Guide 2025-07-30 20:11:17 +05:00
crazywoola
d1b74fdfa9 Merge pull request #369 from QuantumGhost/main
docs: remove outdated cloud storage migration documentation
2025-07-30 21:10:18 +08:00
QuantumGhost
ef08c70db6 docs: remove outdated cloud storage migration documentation
Remove documentation for cloud storage migration feature since the
corresponding implementation in PR langgenius/dify#9532 was not
merged into the main Dify codebase, making this documentation obsolete.
2025-07-30 21:03:50 +08:00
Chenhe Gu
244530af29 Merge pull request #364 from Yevanchen/clean-agent-fix
Fix: Generalize tool customization language in agent.mdx
2025-07-30 14:54:51 +09:00
Chenhe Gu
ac1d6ee981 Merge pull request #366 from madfozjer/patch-1
issue #23119 in langgenius/dify
2025-07-30 14:53:41 +09:00
dima carewski
74c26730b4 issue #23119 in langgenius/dify
fixed simple link issue
2025-07-29 14:24:47 +02:00
Chen Yefan
99a76c57c8 Fix: Generalize tool customization language in agent.mdx
- Change 'MCP Tools' to 'Tools' in section headers
- Update description text to be tool-agnostic
- Applied to all three language versions: en, zh-hans, ja-jp
- Only 6 lines changed across 3 files
2025-07-29 15:27:45 +08:00
Hanqing Zhao
859d5c6156 Merge pull request #359 from Gmasterzhangxinyang/main
mcp modify
2025-07-28 15:25:15 +08:00
crazywoola
333faf4744 Merge pull request #358 from langgenius/HanqingZ-patch-1
Update agent.mdx
2025-07-28 15:24:22 +08:00
Bobby Zhang
280e23f302 Update agent.mdx 2025-07-28 15:22:52 +08:00
Bobby Zhang
7028be4df7 Update agent.mdx 2025-07-28 15:21:49 +08:00
Bobby Zhang
287b3b8863 Update agent.mdx 2025-07-28 15:20:49 +08:00
Hanqing Zhao
808b644278 Update agent.mdx
Update images url
2025-07-28 15:11:30 +08:00
Hanqing Zhao
e712ebd239 Merge pull request #357 from Gmasterzhangxinyang/main
mcp
2025-07-28 15:08:28 +08:00
Hanqing Zhao
fb53a9d9d4 Update agent.mdx 2025-07-28 15:07:28 +08:00
crazywoola
db9149c4c0 Merge pull request #356 from langgenius/jp-modify-agent-image
Update agent.mdx
2025-07-28 14:50:44 +08:00
Hanqing Zhao
bb17dcc880 Update agent.mdx 2025-07-28 14:27:47 +08:00
Bobby Zhang
3cf20ac028 Update agent.mdx 2025-07-28 14:01:20 +08:00
Bobby Zhang
4d810dacd9 Update agent.mdx 2025-07-28 13:54:47 +08:00
Bobby Zhang
70685fb0f3 Update agent.mdx 2025-07-28 13:42:04 +08:00
lyzno1
0acba36c1b feat: add knowledge api docs (en version) 2025-07-26 15:49:34 +08:00
crazywoola
a6647b33df Merge pull request #332 from langgenius/new-issue-button
New issue button
2025-07-16 16:44:32 +08:00
Alter-xyz
92cd35799a chore: apply new issues button 2025-07-16 16:42:34 +08:00
Alter-xyz
e66cc64d89 feat: github build-in issues template redirect 2025-07-16 16:40:40 +08:00
crazywoola
157b4264ed Merge pull request #331 from langgenius/chore/disable-blank-template
Chore/disable blank template
2025-07-16 16:30:14 +08:00
crazywoola
d93ed7e7f9 chore: update template 2025-07-16 16:29:38 +08:00
crazywoola
ac34561dc2 chore: update tmpl 2025-07-16 16:27:53 +08:00
crazywoola
fb9d967d3a Merge pull request #329 from langgenius/feat/add-issue-template
feat: add issue template
2025-07-16 16:26:27 +08:00
crazywoola
051938b0d3 feat: add template 2025-07-16 16:25:56 +08:00
Alter-xyz
364bf2d22a Merge pull request #321 from langgenius/pages/the-right-way-of-markdown 2025-07-14 16:55:24 +08:00
crazywoola
cbef29f704 feat: add images 2025-07-14 16:32:09 +08:00