mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-04-05 14:58:37 +07:00
* move files & renames * rename files and doc entries * sync develop plugin files * update group label translations * some cleanups * update configs * update links * add remote debug doc * delete redundant slashes and unnecessary notes * update ja and zh links --------- Co-authored-by: Riskey <riskey47@dify.ai>
47 lines
2.4 KiB
Plaintext
47 lines
2.4 KiB
Plaintext
---
|
||
dimensions:
|
||
type:
|
||
primary: implementation
|
||
detail: advanced
|
||
level: beginner
|
||
standard_title: Reverse Invocation
|
||
language: en
|
||
title: Dify 服务的反向调用
|
||
description: 本文档简要介绍了 Dify 插件的反向调用能力,即插件可以调用 Dify 主平台内的指定服务。文中列出了四种可调用的模块类型:App(访问应用数据)、Model(调用平台内的模型能力)、Tool(调用平台内的其他工具插件)和 Node(调用 Chatflow/Workflow 应用内的节点)。
|
||
---
|
||
|
||
<Note> ⚠️ 本文档由 AI 自动翻译。如有任何不准确之处,请参考[英文原版](/en/develop-plugin/features-and-specs/advanced-development/reverse-invocation)。</Note>
|
||
|
||
插件可以自由调用 Dify 主平台内的一些服务来增强其能力。
|
||
|
||
### 可调用的 Dify 模块
|
||
|
||
* [App](/zh/develop-plugin/features-and-specs/advanced-development/reverse-invocation-app)
|
||
|
||
插件可以访问 Dify 平台内应用的数据。
|
||
* [Model](/zh/develop-plugin/features-and-specs/advanced-development/reverse-invocation-model)
|
||
|
||
插件可以反向调用 Dify 平台内的 LLM 能力,包括平台内所有模型类型和功能,如 TTS、Rerank 等。
|
||
* [Tool](/zh/develop-plugin/features-and-specs/advanced-development/reverse-invocation-tool)
|
||
|
||
插件可以调用 Dify 平台内的其他工具类型插件。
|
||
* [Node](/zh/develop-plugin/features-and-specs/advanced-development/reverse-invocation-node)
|
||
|
||
插件可以调用 Dify 平台内特定 Chatflow/工作流应用中的节点。
|
||
|
||
## 相关资源
|
||
|
||
- [开发扩展插件](/zh/develop-plugin/dev-guides-and-walkthroughs/endpoint) - 了解如何开发与外部系统集成的插件
|
||
- [开发 Slack Bot 插件](/zh/develop-plugin/dev-guides-and-walkthroughs/develop-a-slack-bot-plugin) - 使用反向调用与 Slack 平台集成的示例
|
||
- [Bundle 类型插件](/zh/develop-plugin/features-and-specs/advanced-development/bundle) - 了解如何打包使用反向调用的多个插件
|
||
- [使用持久化存储](/zh/develop-plugin/features-and-specs/plugin-types/persistent-storage-kv) - 通过 KV 存储增强插件能力
|
||
|
||
{/*
|
||
Contributing Section
|
||
DO NOT edit this section!
|
||
It will be automatically generated by the script.
|
||
*/}
|
||
|
||
---
|
||
|
||
[Edit this page](https://github.com/langgenius/dify-docs/edit/main/en/develop-plugin/features-and-specs/advanced-development/reverse-invocation.mdx) | [Report an issue](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml) |