Tip
Intermediate
Specify the Output Format
August 21, 2025
To get structured data, explicitly ask the LLM to format its response as JSON, a markdown table, or a numbered list. For example: 'Compare the top 3 smartphones and provide the output in a markdown table with columns for Model, Price, and Key Feature.'
Category: Output Control
Difficulty: Intermediate