Not creating label of FAQ or Product

I am not able to create labels. Model is giving output but its not creating label. Its giving result based on its own and not following prompt.

This is the prompt I am using.

prompt = f"“”
Label the following instruction as an FAQ-related query or a product-related query.Product-related answers are specific to product information or require using product details to answer. Products are clothes from a store.
An FAQ question addresses common inquiries and provides answers to help users find the information they need.
Examples:
Is there a refund for incorrectly bought clothes? Label: FAQ
Tell me about the cheapest T-shirts that you have. Label: Product
Do you have blue T-shirts under 100 dollars? Label: Product
I bought a T-shirt and I didn’t like it. How can I get a refund? Label: FAQ
Return only one of the two labels: FAQ or Product.
Instruction: {query}
“”"

Hi! Could you provide a couple of examples of the output the LLM is generating?