For customer support agents, accuracy shows how often the agent gives the right answer. But more important are precision and recall. Precision tells us how many answers the agent gave that were actually correct. Recall tells us how many of the customer's questions the agent managed to answer correctly. We want high precision so the agent doesn't give wrong info, and high recall so it answers as many questions as possible.
Also, F1 score balances precision and recall, giving a single number to check overall quality. For customer support, a good balance is key because we want the agent to be both accurate and helpful.
