分析用户输入,识别其真实意图和上下文需求。
用户输入: {user_input}
当前状态: {current_state}
历史上下文: {context}{
"primary_intent": {
"type": "goal_setting|task_management|information_query|status_update|help_request",
"description": "主要意图描述",
"confidence": 0.95
},
"secondary_intents": [
{
"type": "意图类型",
"description": "次要意图描述",
"confidence": 0.7
}
],
"emotional_state": {
"valence": "positive|neutral|negative",
"arousal": "high|medium|low",
"stress_level": 0.3
},
"urgency": {
"level": "high|medium|low",
"deadline": "具体时间或null"
},
"execution_capacity": {
"energy_level": 0.7,
"focus_level": 0.8,
"available_time": "2h"
},
"suggested_actions": [
"基于意图识别的建议行动"
]
}61ead80
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.