Skip to content

Commit f85bc34

Browse files
committed
feat: 添加 SDK 说明
Signed-off-by: Ke Jie <chzealot@gmail.com>
1 parent 8082de9 commit f85bc34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/develop/agent/bootstrap.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import TabItem from '@theme/TabItem';
1616

1717
注意:以下示例代码中用到了 session webhook,可以参考 [tools.yaml](https://github.com/chzealot/dingagent-examples-python/blob/main/tools.yaml) 配置。关于自定义插件的配置,可以参考 [AI 助理发消息 - Webhook 回复消息模式](https://open.dingtalk.com/document/ai-dev/ai-assistant-message-sending-webhook-reply-message-mode)[自定义能力 - 高级设置](https://open.dingtalk.com/document/ai-dev/actions-advanced-settings)
1818

19+
需要把 [dingtalk-stream](https://pypi.org/project/dingtalk-stream/) SDK 升级到 v0.24.0 及以上版本。
20+
1921

2022
## 启动方式
2123

@@ -91,7 +93,7 @@ if __name__ == '__main__':
9193

9294
## 参考资料
9395

94-
1. [GitHub - Awesome DingTalk Integration](https://github.com/dingtalk-ai/awesome-dingtalk-integration)
96+
1. [GitHub - Awesome DingTalk Integration](https://github.com/dingtalk-ai/awesome-dingtalk-integration),建议在 GitHub 上 Star 该项目方便快速查看
9597
2. [GitHub - open-dingtalk/dingtalk-stream-sdk-python](https://github.com/open-dingtalk/dingtalk-stream-sdk-python)
9698
3. [官方文档:AI 助理发消息 - Webhook 回复消息模式](https://open.dingtalk.com/document/ai-dev/ai-assistant-message-sending-webhook-reply-message-mode)
9799
4. [官方文档:自定义能力 - 高级设置](https://open.dingtalk.com/document/ai-dev/actions-advanced-settings)

0 commit comments

Comments
 (0)