Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#aiplugin): format #5

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/explore/tutorials/stream/aiplugin/java/congrats.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 7

# 7. 恭喜你!

至此,你已经完成了从零开始搭建完AI插件服务、创建AI插件并在AI技能中使用
至此,你已经完成了从零开始搭建完AI插件服务、创建 AI 插件并在 AI 技能中使用

接下来,将会有一系列可选的进阶内容,帮助你快速学习更丰富的机器人能力。包括:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 8
在本章节,将会介绍如何在获取[用户代理凭证](https://open.dingtalk.com)访问钉钉[GraphAPI](https://open.dingtalk.com)。包括以下内容:
1. 什么是用户代理凭证
2. 用户代理凭证如何访问钉钉GraphAPI
3. 在钉钉AIPaaS中如何触发用户授权代理凭证
3. 在钉钉 AIPaaS 中如何触发用户授权代理凭证
4. 进阶:AI 插件服务如何获取用户代理凭证

## 什么是用户代理凭证
Expand All @@ -17,9 +17,9 @@ coming soon...

coming soon...

## 在钉钉AIPaaS中如何触发用户授权代理凭证
## 在钉钉 AIPaaS 中如何触发用户授权代理凭证

AIPaaS的访问原则是以[操作人的权限](https://open.dingtalk.com/document/orgapp/obtain-user-token)访问数据,即 AI 应用通过代理操作人用户身份访问开放平台中的me接口(e.g 待办,日程,个人状态 etc)
AIPaaS 的访问原则是以[操作人的权限](https://open.dingtalk.com/document/orgapp/obtain-user-token)访问数据,即 AI 应用通过代理操作人用户身份访问开放平台中的me接口(e.g 待办,日程,个人状态 etc)

:::info
用户可以通过在 AI 插件中选择是否需要token来获取
Expand Down
6 changes: 3 additions & 3 deletions docs/explore/tutorials/stream/aiplugin/java/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ sidebar_position: 1

# 1. 介绍

本文以及接下来的步骤指引,介绍如何创建并使用AI插件
本文以及接下来的步骤指引,介绍如何创建并使用 AI 插件

## 功能

通过这个教程,你可以学会

1. 搭建 AI 插件服务端;
2. 录入并管理AI插件
3. 使用AI插件搭建AI技能
2. 录入并管理 AI 插件
3. 使用 AI 插件搭建 AI 技能
4. (可选)进阶能力,触发用户代理凭证授权流程并获得用户代理凭证;

## 准备工作
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
sidebar_position: 5
---

# 5. 通过数字人/魔法棒触发AI技能
# 5. 通过数字人/魔法棒触发 AI 技能

coming soon ...
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
sidebar_position: 4
---

# 4. 使用 AI 插件搭建AI技能
# 4. 使用 AI 插件搭建 AI 技能

coming soon ...
Loading