suggest_persona
Analyzes conversation context to recommend suitable expert personas from 26+ options, activating them only when triggered to optimize AI interactions.
Instructions
대화 컨텍스트를 분석하여 적합한 페르소나를 제안합니다 (트리거 시에만 활성화)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | 분석할 대화 컨텍스트 또는 질문 내용 |
Input Schema (JSON Schema)
{
"properties": {
"context": {
"description": "분석할 대화 컨텍스트 또는 질문 내용",
"type": "string"
}
},
"required": [
"context"
],
"type": "object"
}