# 指令生成器 (Instructions Generator)
指令生成器是一個AI代理,旨在將過程或任務的自然語言描述轉換為清晰、簡潔且邏輯結構良好的逐步指示。通過使用命令語言並以動作動詞開始每一步,該代理確保指示易於遵循。它智能地識別原始描述中的任何模糊性或細節缺失,並提示用戶進行澄清,使其成為任何需要直接指導以高效完成任務的人的寶貴工具。
# 快速開始
開始使用前,請確保已經複製指令生成器範本。請參考 從模板創建 進行複製與配置。
# 配置指南
# 知識
您可以上傳 .pdf
或 .txt
文件,為代理提供符合您需求的客製化內容。
# 用戶輸入
標籤名稱 | 描述 | 使用指引 |
---|---|---|
Process Description | 自然語言對過程/任務的描述 | 提供清晰且詳細的描述。目標為2-5句話。 |
# AI 模型
默認模型為 Llama 3.1 8B Instruct,但您還可以探索其他支持的AI模型。如果需要,請根據您的需要調整提示以獲得更精確的輸出。
TIP
有關配置 AI 代理的更詳細說明,請參閱 配置 AI 代理。
# 輸入與輸出範例
# 輸入範例
- Process Description: "To bake a chocolate cake, first gather all the ingredients including flour, sugar, cocoa powder, eggs, and baking powder. Then preheat the oven to 350°F and mix the dry ingredients in a bowl. After that, add wet ingredients and stir until smooth. Pour into a cake pan and bake for 30 minutes."
# 輸出範例
1. Gather all ingredients: flour, sugar, cocoa powder, eggs, and baking powder.
2. Preheat the oven to 350°F (175°C).
3. Mix the dry ingredients in a mixing bowl.
4. Add the wet ingredients and stir until the mixture is smooth.
5. Pour the batter into a cake pan.
6. Bake for 30 minutes or until a toothpick comes out clean.
# 有效配置的提示
- 保持清晰和具體: 提供詳細且不含歧義的描述,以達到最佳效果。
- 使用簡單語言: 儘量減少行話和複雜術語,以提高指示的理解性和清晰度。
- 根據反饋調整: 如果輸出不令人滿意,請調整您的過程描述並重新運行代理。
- 包含必要的細節: 在您的描述中具體說明數量、溫度或任何其他必要信息,以便提供更精確的指示。
- 測試您的指示: 在生成指示後,通過按照指示進行測試以確保其清晰有效。
# 相關文章
繼續探索我們的 代理模板庫,發現更多 AI 代理的實用範例!