mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-02 11:40:04 +00:00
✨ 移动记忆保存插件的相关代码
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "marshoai_memory__write_memory",
|
||||
"description": "如果在上下中你看见并觉得应该记住的人的行为与事件,请调用这个函数,并将记忆内容写入。请尽量每次都调用,总结ta的习惯、爱好和性格,以及你对ta的印象和ta对你的印象;比如用户喜欢干什么吃什么。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "marshoai_memory__read_memory",
|
||||
"description": "每当你想要获取更多有关某人的信息的时候,请调用这个函数。"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user