LLM Prompt Engineering - 規範輸出格式,請 LLM 直接生成 JSON
back-to:: LLM Prompt Engineering MOC
使用步驟
- 給定需要的任務或參考文檔
- 定義 keys,並轉換成 JSON
- 給一些但書,例如「只要純的 JSON 格式,不要其他敘述性文字」
Generate a list of three made-up book titles along with their authors and genres.
- Provide them in JSON format with the following keys: book_id, title, author, genre.
- The output is just pure JSON format, with no other descriptions
中文版本嘗試
請你生成一個網頁技術研討會的模擬資料,並使用繁體中文與台灣慣用詞
欄位如下:
{
name, // 講者的名字,請以台灣常見的姓名為主
speakerIntro, 講者介紹
tags, // Array 格式,講題相關的技術標籤分類
title, // 本次演講標題
topci, // 本次演講主體介紹,盡量在 150 字左右
target, // 本次講題的目標聽眾
}
其中 tags 範圍只能在['FrontEnd', 'Backend', 'Agile', 'DevOps', 'Security'] 裡面
你的回答只需要純 JSON 格式,並且需要用 code block 包起來,不要其他敘述性文字,這很重要