Here are 30 output types for a prompt, along with examples:
Text-Based Outputs:
-
Paragraph: A coherent block of text addressing the prompt.
- Example: "Describe the impact of the internet on communication." -> "The internet has revolutionized communication by..."
-
List: A series of items, often bulleted or numbered.
- Example: "List the benefits of exercise." -> "- Improved cardiovascular health\n- Increased energy levels\n- Better mood"
-
Numbered List: A list where each item is sequentially numbered.
- Example: "Outline the steps in baking a cake." -> "1. Preheat the oven. 2. Cream together butter and sugar. 3. Add eggs..."
-
Bulleted List: A list where each item is marked with a bullet point.
- Example: "What are the main ingredients in pesto?" -> "- Basil\n- Pine nuts\n- Garlic\n- Parmesan cheese\n- Olive oil"
-
Table: Data organized into rows and columns.
- Example: "Compare and contrast apples and oranges." ->
| Feature | Apple | Orange | |----------------|--------------|--------------| | Common Color | Red, Green | Orange | | Acidity Level | Medium | High | | Peel Type | Smooth | Pitted |
- Example: "Compare and contrast apples and oranges." ->
-
Code Snippet: A block of programming code in a specific language.
- Example: "Write a Python function to calculate the factorial of a number." ->
Python
def factorial(n): if n == 0: return 1 else: return n * factorial(n-1)
- Example: "Write a Python function to calculate the factorial of a number." ->
-
Poem: A creative piece of writing using rhythm and often rhyme.
- Example: "Write a short poem about the ocean." -> "The waves crash on the sandy shore,\nA rhythmic roar forevermore..."
-
Story: A narrative with characters, setting, and plot.
- Example: "Tell a short story about a lost puppy." -> "Barnaby the puppy wandered away from his yard..."
-
Recipe: A set of instructions for preparing a dish.
- Example: "Provide a recipe for chocolate chip cookies." -> "Ingredients: 1 cup butter, 3/4 cup sugar..."
-
Script: Dialogue and stage directions for a play or movie.
- Example: "Write a short dialogue between two friends meeting after a long time." ->
[SCENE START] COFFEE SHOP - DAY ANNA sits at a table. MARK approaches. MARK: Anna! Is that really you? ANNA: Mark! Oh my goodness!
- Example: "Write a short dialogue between two friends meeting after a long time." ->
-
Summary: A concise overview of a longer piece of text.
- Example: "Summarize the main points of the article." -> "The article discusses the increasing use of AI..."
-
Explanation: A detailed description of a concept or process.
- Example: "Explain the theory of relativity in simple terms." -> "Imagine space and time are like a fabric..."
-
Definition: The meaning of a word or phrase.
- Example: "Define the term 'photosynthesis'." -> "Photosynthesis is the process by which green plants..."
-
Analogy: A comparison between two different things to explain an idea.
- Example: "Explain how the internet works using an analogy." -> "Think of the internet like a vast network of roads..."
-
Opinion/Perspective: A personal viewpoint or belief.
- Example: "What are your thoughts on artificial intelligence in art?" -> "In my opinion, AI offers exciting new possibilities..."
-
Q&A Format: Presenting information as questions and answers.
- Example: "Answer the following questions about the solar system." ->
- "Q: How many planets are in our solar system?"
- "A: There are eight planets in our solar system."
- Example: "Answer the following questions about the solar system." ->
-
Pros and Cons List: A balanced view presenting advantages and disadvantages.
- Example: "List the pros and cons of working from home." ->
- "Pros: - Flexibility\n- No commute\n- Comfort"
- "Cons: - Isolation\n- Distractions\n- Blurring work-life balance"
- Example: "List the pros and cons of working from home." ->
-
Step-by-Step Instructions: A sequence of actions to achieve a goal.
- Example: "Provide step-by-step instructions on how to tie a basic knot." -> "1. Take the end of the rope...\n2. Form a loop..."
-
Dialogue: A conversation between two or more characters.
- Example: "Write a short dialogue about choosing a movie to watch." -> "Alice: What kind of movie are you in the mood for? Bob: I'm not sure, maybe something funny?"
-
Email Draft: A written message in the format of an email.
- Example: "Draft an email to a customer apologizing for a shipping delay." -> "Subject: Important Update Regarding Your Recent Order\nDear [Customer Name],"
Non-Text-Based Outputs (Often requiring integration with other tools or platforms):
-
Image: A visual representation.
- Example: "Generate an image of a futuristic cityscape."
-
Audio: Sound output, such as speech or music.
- Example: "Generate an audio clip of a bird singing."
-
Video: A sequence of moving images and sound.
- Example: "Create a short video explaining the water cycle."
-
Infographic: A visual representation of data or information.
- Example: "Design an infographic about the benefits of recycling."
-
Timeline: A visual representation of events in chronological order.
- Example: "Create a timeline of major historical events in the 20th century."
-
Mind Map: A diagram used to visually organize information around a central concept.
- Example: "Generate a mind map for brainstorming marketing strategies."
-
Flowchart: A diagram that shows the steps in a process.
- Example: "Create a flowchart for the customer support process."
-
3D Model: A digital representation of a three-dimensional object.
- Example: "Generate a 3D model of a coffee mug."
-
Interactive Simulation: A program that allows users to interact with a model or system.
- Example: "Create an interactive simulation of a simple physics experiment."
-
Presentation Slides: A series of visual aids for a presentation.
- Example: "Generate three presentation slides outlining the history of the internet."
No comments:
Post a Comment