添加开发文档和 API 文档的初始结构;更新 .gitignore 以排除生成的文档目录

This commit is contained in:
2024-12-14 18:49:06 +08:00
parent 8c06f1336e
commit 8530e2e34a
66 changed files with 5224 additions and 7 deletions

View File

@ -0,0 +1,19 @@
---
title: index
collapsed: true
---
# **Module** `nonebot_plugin_marshoai.tools_wip.marshoai_memory`
---
### ***async func*** `write_memory(memory: str)`
<details>
<summary> <b>Source code</b> or <a href='https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/tree/main/nonebot_plugin_marshoai/tools_wip/marshoai_memory/__init__.py#L1' target='_blank'>View on GitHub</a></summary>
```python
async def write_memory(memory: str):
return ''
```
</details>