> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # TaskType Filter results by task type. For Artificial Analysis, maps to the corresponding index. For Design Arena, maps to the matching category. `search` returns OpenRouter search benchmark results only. ## Example Usage ```go theme={null} import ( "github.com/OpenRouterTeam/go-sdk/models/operations" ) value := operations.TaskTypeCoding // Open enum: custom values can be created with a direct type cast custom := operations.TaskType("custom_value") ``` ## Values | Name | Value | | ---------------------- | ------------ | | `TaskTypeCoding` | coding | | `TaskTypeIntelligence` | intelligence | | `TaskTypeAgentic` | agentic | | `TaskTypeSearch` | search |