File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 该项目方便快速查看
95972 . [ GitHub - open-dingtalk/dingtalk-stream-sdk-python] ( https://github.com/open-dingtalk/dingtalk-stream-sdk-python )
96983 . [ 官方文档:AI 助理发消息 - Webhook 回复消息模式] ( https://open.dingtalk.com/document/ai-dev/ai-assistant-message-sending-webhook-reply-message-mode )
97994 . [ 官方文档:自定义能力 - 高级设置] ( https://open.dingtalk.com/document/ai-dev/actions-advanced-settings )
You can’t perform that action at this time.
0 commit comments