在 [schemas.py](https://github.com/agentscope-ai/agentscope-runtime/blob/main/src/agentscope_runtime/tools/modelstudio_memory/schemas.py) 里,GetUserProfileInput 只有 schema_id 和 user_id,没有像其它接口那样声明可选的 memory_library_id。 当你缺少 memory_library_id ,永远只会存到默认记忆库中。请补充 memory_library_id 便于用户指定具体的记忆库
在 schemas.py 里,GetUserProfileInput 只有 schema_id 和 user_id,没有像其它接口那样声明可选的 memory_library_id。
当你缺少 memory_library_id ,永远只会存到默认记忆库中。请补充 memory_library_id 便于用户指定具体的记忆库