prompt = f"“”
Classify the query as ‘creative’ or ‘technical’.
creative = requests for style suggestions, outfit ideas, or creating a look for a person or occasion.
technical = requests for specific items from the catalogue, including colors, prices, or product details.
Examples:
- “Give me three trousers with vibrant colors you have in your catalogue.” → technical
- “Create a look for a woman walking in a park on a sunny day. It must be fresh due to hot weather.” → creative
- “give some suggestion for accessory.” → creative
Return only one word: creative or technical.
Query: {query}
“”" how to correct this prompt