install_community_persona
Add community personas to your local collection for on-demand access to specialized expert profiles that can be activated when needed.
Instructions
커뮤니티 페르소나를 로컬 컬렉션에 설치합니다
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 설치할 커뮤니티 페르소나 이름 |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "설치할 커뮤니티 페르소나 이름",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}