28 lines
536 B
Markdown
28 lines
536 B
Markdown
---
|
|
name: get-user-profile
|
|
description: Get current user profile summary to understand user's preferences and context. When you need to check known user info or personalize responses.
|
|
system: true
|
|
handler: profile
|
|
tool-name: get_user_profile
|
|
category: User Profile
|
|
---
|
|
|
|
# Get User Profile
|
|
|
|
获取当前用户档案信息摘要。
|
|
|
|
## Parameters
|
|
|
|
无参数。
|
|
|
|
## Returns
|
|
|
|
- 已填写的档案项
|
|
- 用户偏好设置
|
|
- 工作相关信息
|
|
|
|
## Related Skills
|
|
|
|
- `update-user-profile`: 更新档案
|
|
- `skip-profile-question`: 跳过问题
|