C_AIG_2412 · Question #16
Why would a user include formatting instructions within a prompt?
The correct answer is B. To ensure the model's response follows a desired structure or style. Including formatting instructions in a prompt lets users shape how the model presents its response - whether that's JSON output, bullet points, a specific tone, numbered steps, or any other structural requirement. This is option B, because formatting instructions directly…
Question
Why would a user include formatting instructions within a prompt?
Options
- ATo force the model to separate relevant and irrelevant output
- BTo ensure the model's response follows a desired structure or style
- CTo increase the faithfulness of the output
- DTo redirect the output to another software program
How the community answered
(24 responses)- A4% (1)
- B75% (18)
- C8% (2)
- D13% (3)
Explanation
Including formatting instructions in a prompt lets users shape how the model presents its response - whether that's JSON output, bullet points, a specific tone, numbered steps, or any other structural requirement. This is option B, because formatting instructions directly control the response's structure and style, not its content truthfulness or routing behavior.
Why the distractors are wrong:
- A is incorrect because separating relevant from irrelevant output is a filtering/grounding concern, not what formatting instructions do - they organize output, not cull it.
- C is incorrect because faithfulness (how accurately a model reflects source material) is influenced by grounding and retrieval techniques, not formatting directives.
- D is incorrect because routing output to external programs is an integration/infrastructure concern handled by application code, not prompt instructions.
Memory tip: Think of formatting instructions as giving the model a template - you're saying "fill in the content, but use my blueprint." If you've ever told a model "respond only in JSON" or "use headers for each section," you've written a formatting instruction.
Topics
Community Discussion
No community discussion yet for this question.