mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-02 11:40:04 +00:00
✨ 添加开发文档和 API 文档的初始结构;更新 .gitignore 以排除生成的文档目录
This commit is contained in:
19
docs/en/dev/api/tools_wip/marshoai_memory/index.md
Normal file
19
docs/en/dev/api/tools_wip/marshoai_memory/index.md
Normal 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>
|
||||
|
Reference in New Issue
Block a user