detect_task_type
Detects task type and persona from a task description, enabling assignment to the appropriate AI agent for parallel execution.
Instructions
タスクの説明からタスクタイプを検出する。
※ Admin のみ使用可能。
Args: task_description: タスクの説明文 caller_agent_id: 呼び出し元エージェントID(必須)
Returns: 検出結果(success, task_type, persona)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caller_agent_id | No | ||
| task_description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||