提示工程入門

AI-Assisted Coding for Developers

Francesca Donadoni

AI Curriculum Manager, DataCamp

什麼是提示?

Prompt: 我們給 AI 模型的輸入或指令

32.png

AI-Assisted Coding for Developers

什麼是提示?

Prompt: 我們給 AI 模型的輸入或指令

33.png

AI-Assisted Coding for Developers

什麼是提示?

Driver:「要去哪裡?」

Character:「隨便」

PROMPT:含糊,模型難以理解

35.png

AI-Assisted Coding for Developers

什麼是提示?

Driver:「要去哪裡?」

Character:「帶我到 23 Main Street,不要走高速公路」

PROMPT:具體,模型易於理解

36.png

AI-Assisted Coding for Developers

提示品質

$$

❌ 不佳的提示

$$

「Fix this code」

$$

✅ 良好的提示

$$

「Fix this Python function to handle division by zero errors. Keep the structure the same, and only change the except block」

AI-Assisted Coding for Developers

提示品質

$$

☺ 簡單提示

$$

「Generate a Python function to reverse a string」

$$

🤓 進階提示

$$

「Generate a Python function that reverses a string, handles Unicode characters, and ignores trailing whitespace」

AI-Assisted Coding for Developers

提示的組成

components_of_a_prompt.png

Fix this Python function to handle division by zero errors. Keep the structure the same, and only change the except block.

AI-Assisted Coding for Developers

提示的組成

components_of_a_prompt_2.png

AI-Assisted Coding for Developers

一起來練習吧!

AI-Assisted Coding for Developers

Preparing Video For Download...