先說結論 ChatGPT 官方不支援 /rewrite//brief 這種語法 ChatGPT (GPT-3.5 / GPT-4 / GPT-4o) 本身的 prompt 處理是自然語言為主,目前官方 API、ChatGPT 網站、OpenAI 文檔 沒有定義 /rewrite//brief 這種 Parser Prompting 語法 。 也就是說,丟這樣的指令,ChatGPT 會 「試圖當作自然語言理解」 。 這類語法通常是「外掛的 parser」、「客製化的 prompt 模板」、「LangChain、Flowise、Notion AI、自建系統」做出來的 conventions,不是 ChatGPT 本體的功能。 ChatGPT 目前的行為現象,因為 2024–2025 年 GPT-4o / GPT-4-turbo 確實 「開始對部分格式 prompt 有潛在 parsing 能力」 ,但這要拆成兩層來看,才能理解為什麼你「看起來它可以用」: 第一層:ChatGPT 現在會「嘗試理解」這種格式 GPT-4o(或 GPT-4-turbo)確實現在會: 把 /rewrite 當作「你希望重寫」 把 //brief 當作「風格(brief)」 把 : 用一句話重寫這段內容 當作目標說明 /rewrite//brief: 用一句話重寫這段內容 因為目前 GPT-4o 裡面強化了 parsing ability : 有更多 “markdown parser” / “command style parser” 訓練 有被大量 Slash Command prompt 訓練(Discord / Midjourney / Slack 等 prompt corpus 裡有大量 /xxx//yyy) 有 exposure 到 LangChain / Prompt template 社群的 parsing 風格 所以 GPT-4o 其實 「能靠類比學習」 理解你這樣的 prompt,並進行正確回答。官方文檔(OpenAI API docs、Prompt Engineering Guide)目前並沒有正式定義 /rewrite//brief 這種格式是官方語法。 它是靠 LLM 本身的泛化能力 + 過去大量 promp...
熱血,是一輩子的事! Answer is there, dig it.