Ask the model to create a list of five made-up science fiction book titles with authors and the number of pages and to present the result in tabular format with the following column headings: "Book Id", "Title", "Author", "Pages".
> [!Example prompt]-
>
> ```
> Generate a list of five made-up science fiction book titles along with their authors and the number of pages. Provide them in tabular format with the following column headings: """Book Id""", """Title""", """Author""", """Pages"""
> ```
>
> [!GPT-3.5]-
> Certainly! Here's a list of five made-up science fiction book titles, along with their authors and page counts, presented in a tabular format:
>
> | Book Id | Title | Author | Pages |
> |---------|---------------------------------|--------------------|-------|
> | 1 | Nexus of Eternity | Serena Orion | 324 |
> | 2 | Quantum Chronicles | Jaxon Nova | 421 |
> | 3 | Stellar Convergence | Lyra Solstice | 278 |
> | 4 | Galactic Odyssey | Zara Nebula | 537 |
> | 5 | Chrono Paradox | Eli Aether | 365 |
## References
1. [[ChatGPT Prompt Engineering for Developers|Fulford&Ng-2023]]
[[example of use of delimiters]] < [[Hands-on LLMs]]/[[5 Prompting]] > [[example of condition checking before performing a task]]