-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ke Jie <[email protected]>
- Loading branch information
Showing
17 changed files
with
630 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
docs/explore/tutorials/assistant_ability/passthrough_mode/python/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"label": "Python", | ||
"position": 2, | ||
"link": { | ||
"type": "generated-index", | ||
"slug": "/explore/tutorials/assistant_ability/passthrough_mode/python" | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
docs/explore/tutorials/assistant_ability/passthrough_mode/python/step-1-intro.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# 1. 介绍 | ||
|
||
本文以及接下来的步骤指引,介绍如何通过直通模式模式开发 AI 助理自定义能力。 | ||
|
||
## 功能 | ||
|
||
通过这个教程,你可以学会 | ||
1. 如何开通 AI 助理直通模式 | ||
2. 如何开发 AI 助理服务端代码 | ||
|
||
## 准备工作 | ||
|
||
1. [Python](https://www.python.org/) 开发环境,推荐采用 3.11 及以上版本 | ||
|
||
:::tip | ||
相关代码在 Python 3.11.5 版本中通过了测试。在旧的 Python3 中通常也是可以工作的,但是未经过测试,推荐采用最新版本。 | ||
::: |
11 changes: 11 additions & 0 deletions
11
docs/explore/tutorials/assistant_ability/passthrough_mode/python/step-2-create.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
# 2. 创建 AI 助理 | ||
|
||
首先我们需要再钉钉客户端创建一个 AI 助理,创建 AI 助理的过程可以参考钉钉的官方文档[创建组织内使用的 AI 助理](https://open.dingtalk.com/document/ai-dev/create-a-dingtalk-ai-assistant)和[创建市场 AI 助理](https://open.dingtalk.com/document/ai-dev/creative-dingtalk-ai-assistant)。 | ||
|
||
这两种创建渠道的区别是: | ||
1. 前者适合企业员工使用 | ||
2. 后者可以发布到钉钉助理市场,可以在钉钉 AI 助理市场中找到对应的 AI 助理 |
Oops, something went wrong.