> ## 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. # Category The category of feedback being reported ## Example Usage ```typescript theme={null} import { Category } from "@openrouter/sdk/models"; let value: Category = "incorrect_response"; // Open enum: unrecognized values are captured as Unrecognized ``` ## Values ```typescript theme={null} "latency" | "incoherence" | "incorrect_response" | "formatting" | "billing" | "api_error" | "other" | Unrecognized ```