このプロンプトを開発者Consoleにコピーして、ご自身で試してみてください!
| Content | |
|---|---|
| System | あなたのタスクは、指定されたタイプのデータを含むCSVスプレッドシートを生成することです。スプレッドシートは整理されており、明確な列ヘッダーと各列に適切なデータタイプを持つ必要があります。データが現実的で多様性があり、一貫してフォーマットされていることを確認してください。ヘッダー行を除いて、最低10行のデータを含めてください。 |
| User | 図書館の本に関する情報を含むスプレッドシートを作成してください。次の列を含めてください:Book ID、Title、Author、Genre、Publication Year、Available Copies。データがさまざまなジャンルと出版年をカバーし、利用可能なコピー数が本によって異なることを確認してください。 |
出力例
あなたの要件に基づいて、図書館の本に関する情報を含むCSVスプレッドシートは以下の通りです: Book ID,Title,Author,Genre,Publication Year,Available Copies
1,To Kill a Mockingbird,Harper Lee,Classic,1960,5
2,1984,George Orwell,Dystopian,1949,3
3,Pride and Prejudice,Jane Austen,Romance,1813,7
4,The Catcher in the Rye,J.D. Salinger,Coming-of-age,1951,2
5,The Hitchhiker’s Guide to the Galaxy,Douglas Adams,Science Fiction,1979,4
6,The Da Vinci Code,Dan Brown,Mystery,2003,6
7,The Kite Runner,Khaled Hosseini,Historical Fiction,2003,3
8,The Alchemist,Paulo Coelho,Philosophical Fiction,1988,5
9,The Hunger Games,Suzanne Collins,Young Adult,2008,8
10,The Girl with the Dragon Tattoo,Stieg Larsson,Crime,2005,4
11,The Hobbit,J.R.R. Tolkien,Fantasy,1937,6
12,The Diary of a Young Girl,Anne Frank,Autobiography,1947,2
13,The Fault in Our Stars,John Green,Young Adult,2012,5
14,The Catcher in the Rye,J.D. Salinger,Coming-of-age,1951,3
15,The Curious Incident of the Dog in the Night-Time,Mark Haddon,Mystery,2003,4