From d79c7403ff63682fe16107fcadbe17f5d151ca59 Mon Sep 17 00:00:00 2001 From: AllenWriter Date: Mon, 26 May 2025 16:50:13 +0800 Subject: [PATCH] Docs: update langbot images --- ...t-dify-to-various-im-platforms-by-using-langbot.mdx | 10 +++++----- ...t-dify-to-various-im-platforms-by-using-langbot.mdx | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/en/learn-more/use-cases/connect-dify-to-various-im-platforms-by-using-langbot.mdx b/en/learn-more/use-cases/connect-dify-to-various-im-platforms-by-using-langbot.mdx index c1a56b4d..cb434495 100644 --- a/en/learn-more/use-cases/connect-dify-to-various-im-platforms-by-using-langbot.mdx +++ b/en/learn-more/use-cases/connect-dify-to-various-im-platforms-by-using-langbot.mdx @@ -25,13 +25,13 @@ Refer to [this page](https://docs.langbot.app/en/deploy/platforms/readme.html) t LangBot uses `Pipelines` to control message processing. When first started, LangBot automatically creates a default pipeline. Go to the pipeline configuration page and click to open the pipeline configuration. Select the `AI` tab and switch the runner to `Dify Service API`. -![](edit_runner_in_pipeline_config) +![](https://assets-docs.dify.ai/2025/05/216b4607dd3dd7702a43fed190e016f4.png) Fill in your Dify service's API endpoint address, Dify application type, and API Key. After completion, you can chat with the bot in your instant messaging software. When using workflow applications, please use `summary` as the key to return workflow execution results. -![](summary_var) +![](https://assets-docs.dify.ai/2025/05/5ca053769ccf6b39cc916916c06b4368.png) When using workflows, LangBot will explicitly pass the following parameters, which you can add in the start node of your Dify workflow: @@ -42,7 +42,7 @@ When using workflows, LangBot will explicitly pass the following parameters, whi You can [customize any variables through plugins](https://docs.langbot.app/en/plugin/dev/api-ref.html) -![](input_var) +![](https://assets-docs.dify.ai/2025/05/28522dd204fee0553943ae1e0bba9bb6.png) - For detailed instructions, please refer to the LangBot documentation @@ -50,9 +50,9 @@ You can [customize any variables through plugins](https://docs.langbot.app/en/pl > Below shows Discord and Slack examples only. Other platforms like Lark, DingTalk, Telegram can also be integrated -![](discord_demo) +![](https://assets-docs.dify.ai/2025/05/2014d463b6d44446422ac7e23483212a.png) -![](slack_demo) +![](https://assets-docs.dify.ai/2025/05/3317a7a3f29798cc18bfb5037a7eec07.png) {/* Contributing Section diff --git a/zh-hans/learn-more/use-cases/connect-dify-to-various-im-platforms-by-using-langbot.mdx b/zh-hans/learn-more/use-cases/connect-dify-to-various-im-platforms-by-using-langbot.mdx index d75d4ddb..7195de4f 100644 --- a/zh-hans/learn-more/use-cases/connect-dify-to-various-im-platforms-by-using-langbot.mdx +++ b/zh-hans/learn-more/use-cases/connect-dify-to-various-im-platforms-by-using-langbot.mdx @@ -25,13 +25,13 @@ title: 将 Dify 快速接入 QQ、微信、飞书、钉钉等平台 LangBot 使用`流水线`控制对消息的处理。首次启动时,LangBot 会自动创建一个默认流水线,请到流水线配置页面,点击打开流水线配置。 选择`AI 能力`页,将运行器切换成`Dify 服务 API`。 -![](edit_runner_in_pipeline_config) +![](https://assets-docs.dify.ai/2025/05/6c5bdb9df53b2bb243c369f458222d2d.png) 在其中填写您的 Dify 服务的 API 接口地址、Dify 应用类型和 API Key,完成后即可在即时通信软件上与机器人对话。 使用工作流应用时,请使用`summary`作为键传回工作流运行结果。 -![](summary_var) +![](https://assets-docs.dify.ai/2025/05/9c1c34feb27eab149ee78b706af25eee.png) 当使用工作流时,LangBot 会显式传入以下参数,您可以自行在 Dify 工作流的开始节点中添加: @@ -42,13 +42,13 @@ LangBot 使用`流水线`控制对消息的处理。首次启动时,LangBot 您可以[通过插件自定义任何变量](https://docs.langbot.app/zh/plugin/dev/api-ref.html#设置请求变量) -![](input_var) +![](https://assets-docs.dify.ai/2025/05/3032be4f7d97bfbeba98217eb8aaf925.png) - 详细的说明请查看 LangBot 文档 ## 4. 效果展示 -> 下面仅为微信和飞书的,其他平台如 QQ、钉钉、Telegram 等平台均可接入 +> 下面仅为微信和飞书的示例,其他平台如 QQ、钉钉、Telegram 等平台均可接入。 ![](https://assets-docs.dify.ai/2025/03/88bfcb4e72ab852069d49104ad7aa51d.png)