添加自举功能描述,支持AI自动编写代码以实现自我学习和自我优化

This commit is contained in:
2024-12-16 13:16:59 +08:00
parent dd05e603e0
commit 5287d974b3
4 changed files with 13 additions and 1 deletions

View File

@ -98,4 +98,10 @@ async def get_bot_info(b: Bot) -> str:
## 其他
- function call支持同步和异步函数
- 本文是一个引导,要查看具体功能请查阅[插件 API 文档](./api/plugin/index)
- 本文是一个引导,要查看具体功能请查阅[插件 API 文档](./api/plugin/index)
## AIGC 自举
:::warning
该功能为实验性功能请注意甄别AI的行为不要让AI执行危险的操作。
:::
function call为AI赋能实现了文件io操作AI可以调用function call来读取文档然后给自己编写代码实现自举。