route_by_category
Routes a task to the appropriate expert based on its category, using the provided prompt and context to delegate work to the correct specialist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | 작업 내용 | |
| context | No | 추가 컨텍스트 | |
| category | Yes | 작업 카테고리 | |
| override_expert | No | 카테고리 기본 전문가 대신 사용할 전문가 |