55 Commits

Author SHA1 Message Date
非法操作
22be0816aa
feat: add TOC to app develop doc (#10799) 2024-11-19 09:06:12 +08:00
Benjamin
0867821ae7
fix: update conversation session naming and API path in documentation (#10589) 2024-11-12 21:44:04 +08:00
郭伟伟
190b6a2aa6
feat: /conversations api response add 'update_at' field,and update api docs add sort_by parameter (#10043) 2024-10-30 15:41:15 +08:00
kurokobo
227f49a0cc
docs: improve api documentation for advanced chat and workflow (#9882) 2024-10-26 10:43:47 +08:00
KVOJJJin
303bafb3ac
chore: update api docs (#9832) 2024-10-25 15:03:24 +08:00
Nam Vu
bef83a4d2e
fix: typos and improve naming conventions: (#8687) 2024-09-23 21:32:58 +08:00
fanlia
5f03e66489
Feature/service api workflow logs (#8323) 2024-09-13 11:03:57 +08:00
Nam Vu
2d7954c7da
Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
SoaringEthan
e6b117e33f
fix: correct response structure in openapi documentation of app (#7556) 2024-08-23 08:33:41 +08:00
crazywoola
11f9d2f124
doc: correct typos in mdx files (#7029) 2024-08-07 09:03:45 +08:00
非法操作
afe95fa780
feat: support get workflow task execution status (#6411) 2024-07-18 15:06:14 +08:00
chenxu9741
a6dbd26f75
Add the API documentation for streaming TTS (Text-to-Speech) (#6382) 2024-07-17 19:44:16 +08:00
LinJi
10dd0f3fa0
fix document error for "/workflows/:task_id/stop" (#6209) 2024-07-12 08:33:50 +08:00
Zixuan Cheng
b78faa461f
Corrected an error in the APi docs (#5398) 2024-06-19 19:21:16 +08:00
Xiaoxi HU
a965d1ac98
fix: remove conversation_id description in completion-messages docs (#5372) 2024-06-19 10:11:46 +08:00
Masahiro Yamaguchi
4f60fe7bc6
Fixed wrong /text-to-audio curl example (#5286) 2024-06-17 08:45:51 +08:00
crazywoola
16fec084f5
Fix/4630 bug api suggested (#4633) 2024-05-24 11:11:12 +08:00
studyinglover
aefe0cbf51
fix: api doc example error (#3925) 2024-04-28 10:18:07 +08:00
Joel
9b4898efeb
fix: chat api doc not show title in english vision (#3864) 2024-04-26 10:32:45 +08:00
Joel
b71163706b
fix: workflow_run_id not log_id in workflow api doc (#3658) 2024-04-21 14:48:07 +08:00
takatost
7753ba2d37
FEAT: NEW WORKFLOW ENGINE (#3160)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: jyong <718720800@qq.com>
2024-04-08 18:51:46 +08:00
aqachun
c8b82b9d08
fix: missing comma in JSON for /completion-messages request (#2999) 2024-03-27 14:31:06 +08:00
Joel
9a3d5729bb
fix: suggest service api missed user in query (#2918) 2024-03-20 20:08:26 +08:00
crazywoola
056331981e
fix: api doc duplicate symbols (#2853) 2024-03-15 18:17:43 +08:00
crazywoola
1f92b55f58
fix: doc for completion-messages (#2820) 2024-03-13 22:25:18 +08:00
crazywoola
8b1e35d7dc
doc: add suggested questions back (#2771) 2024-03-10 15:40:17 +08:00
Joel
b1e0db4944
fix: chatbot service api auto generate name default value error (#2709) 2024-03-06 13:19:27 +08:00
cola
69ce3b3d33
fix props.appDetail.api_base_url /v1 repeat error (#2601) 2024-02-28 15:13:38 +08:00
crazywoola
c4caa7c401
doc: props.appDetail.api_base_url (#2597) 2024-02-28 13:40:57 +08:00
crazywoola
1ecbd95adf
Fix #2512 (#2515) 2024-02-22 09:22:57 +08:00
Joel
e15359e589
fix: api doc example error (#2505) 2024-02-21 12:03:48 +08:00
crazywoola
97e9f52331
doc: typo in chat (#2492) 2024-02-20 16:08:01 +08:00
WANG Lei
acf9174bef
fix: studio/api doc (#2415) 2024-02-07 16:28:09 +08:00
Joel
714ff3c663
fix: error stop response api url in text generation and uniform url (#2394) 2024-02-05 16:17:27 +08:00
Joel
fdae2a20ae
fix: stop generate api doc error (#2262) 2024-01-29 11:10:07 +08:00
Charlie.Wei
ac4bb5c35f
Add tongyi tts&tts function optimization (#2177)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2024-01-24 20:32:04 +08:00
Charlie.Wei
6355e61eb8
tts models support (#2033)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Yeuoly <45712896+Yeuoly@users.noreply.github.com>
2024-01-24 01:05:37 +08:00
Joel
7bbe12b2bd
feat: support assistant frontend (#2139)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2024-01-23 19:31:56 +08:00
simpx
a6241be42a
fix: Fix typo in documentation: change 'converation' to 'conversation' (#1665) 2023-12-01 13:12:29 +08:00
zxhlyh
6b15827246
feat: [frontend] support vision (#1518)
Co-authored-by: Joel <iamjoel007@gmail.com>
2023-11-13 22:32:39 +08:00
zxhlyh
32747641e4
feat: add api-based extension & external data tool & moderation (#1459) 2023-11-06 19:36:32 +08:00
crazywoola
a9ee18300e
fix: service suggested api (#1452) 2023-11-04 19:59:14 +08:00
crazywoola
3043fbe73b
remove the suggested api for completion app (#1347) 2023-10-14 10:05:33 -05:00
Charlie.Wei
298ad6782d
Add Message Suggested Api (#1326)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
2023-10-13 14:07:32 +08:00
KVOJJJin
c007dbdc13
Feat: add document of authorization (#1311) 2023-10-11 08:03:36 -05:00
Joel
2d5ad0d208
feat: support optional query content (#1097)
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
2023-09-10 00:12:34 +08:00
crazywoola
a38412de7b
update doc (#965) 2023-08-23 12:29:52 +08:00
crazywoola
4b0d9272ef
Fix 802 (#826) 2023-08-13 20:30:17 +08:00
crazywoola
cc7b5d128b
fix: doc issue in #757 (#767) 2023-08-07 11:30:39 +08:00
crazywoola
c4c47ae8c6
feat: add doc (#728) 2023-08-03 10:40:36 +08:00