mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
chore(mem_tool): reorder required fields in user profile update schema
This commit is contained in:
parent
db510dd96e
commit
ff7d25e313
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class UpdateUserProfile(BaseMemoryTool):
|
|||
"description": "profile_content",
|
||||
},
|
||||
},
|
||||
"required": ["profile_content", "conversation_time"],
|
||||
"required": ["conversation_time", "profile_content"],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue