Explanation
The correct answer is C) Output Indicator.
Why Output Indicator is correct:
- Output Indicator specifies the desired format or structure of the AI's response
- In prompt engineering, the Output Indicator tells the AI how to format its output (e.g., as a table, JSON, bullet points, etc.)
- Requesting "structured table format instead of plain text" is clearly specifying the output format
Why other options are incorrect:
- A) Input data: This refers to the information provided to the AI for processing, not how the output should be formatted
- B) Context: This provides background information or constraints for the AI to consider, but doesn't specify output format
- D) Temperature setting: This controls the randomness/creativity of the AI's response (0.0 = deterministic, 1.0 = creative), not the output format
Key Concept:
In prompt engineering, different components serve different purposes:
- Input data: The raw information to process
- Context: Background information or constraints
- Output Indicator: Desired format/structure of the response
- Temperature: Controls randomness/creativity level
For AWS services like Amazon Bedrock or other AI services, specifying output format is crucial for getting usable results in business applications.