Promptles
Prompt Engineering Basics

Output Format

beginner

Definition

Telling the AI exactly how you want the result structured. Without format guidance, the AI picks its own layout. Specifying the format, a function, a JSON object, a bullet list, a code block, means less cleanup afterward.

In the wild

'Return the config as a JSON object with keys: host (string), port (number), and debug (boolean).' By naming the shape you want, Claude delivers something you can use directly rather than something you need to reformat.

More from Prompt Engineering Basics