Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the “30-minute quick start” tutorial content across English, Chinese, and Japanese docs, modernizing the walkthrough structure (new “Before You Start” section, clearer step sequencing) and refreshing the screenshots/formatting to match the current UI and recommended workflow setup.
Changes:
- Refactors tutorial layout and visuals (replaces raw
<img>blocks with<Frame>+ Markdown images; adds/updates multiple screenshots). - Adds a “Before You Start” section describing Dify Cloud signup, model provider setup, and default model configuration.
- Updates workflow configuration guidance (parameter extractor instructions, iteration + structured output, template formatting, and revised test steps with sample inputs).
Reviewed changes
Copilot reviewed 3 out of 17 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| en/use-dify/getting-started/quick-start.mdx | Restructures the English quick start tutorial, updates UI steps, screenshots, and testing instructions. |
| zh/use-dify/getting-started/quick-start.mdx | Mirrors the updated tutorial flow and screenshots for the Chinese version. |
| ja/use-dify/getting-started/quick-start.mdx | Mirrors the updated tutorial flow and screenshots for the Japanese version. |
| images/deeper_dive_user_message.png | Adds a new screenshot for the “user message” configuration step. |
| images/deeper_dive_import_from_json.png | Adds a new screenshot for importing JSON schema in structured output configuration. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - No platforms found: [No platforms identified. Please enter a valid platform name.] | ||
|
|
||
| ## EXAMPLES | ||
| - Input: "twitter, linkedin" → ["Twitter", "LinkedIn"] | ||
| - Input: "x and insta" → ["Twitter", "Instagram"] | ||
| - Input: "invalid content" → [No platforms identified. Please enter a valid platform name.] |
There was a problem hiding this comment.
参数提取器指令中要求输出 JSON 数组,但“未找到平台”的示例输出不是合法 JSON(错误消息没有用引号包裹)。请将错误消息作为字符串放入数组中(确保是合法 JSON),否则可能导致提取结果无法被可靠解析。
| - No platforms found: [No platforms identified. Please enter a valid platform name.] | |
| ## EXAMPLES | |
| - Input: "twitter, linkedin" → ["Twitter", "LinkedIn"] | |
| - Input: "x and insta" → ["Twitter", "Instagram"] | |
| - Input: "invalid content" → [No platforms identified. Please enter a valid platform name.] | |
| - No platforms found: ["No platforms identified. Please enter a valid platform name."] | |
| ## EXAMPLES | |
| - Input: "twitter, linkedin" → ["Twitter", "LinkedIn"] | |
| - Input: "x and insta" → ["Twitter", "Instagram"] | |
| - Input: "invalid content" → ["No platforms identified. Please enter a valid platform name."] |
| - No platforms found: [No platforms identified. Please enter a valid platform name.] | ||
|
|
||
| ## EXAMPLES | ||
| - Input: "twitter, linkedin" → ["Twitter", "LinkedIn"] | ||
| - Input: "x and insta" → ["Twitter", "Instagram"] | ||
| - Input: "invalid content" → [No platforms identified. Please enter a valid platform name.] |
There was a problem hiding this comment.
パラメータ抽出器の指示では JSON 配列を出力するよう求めていますが、「プラットフォームが見つからない」例の出力は文字列がクォートされておらず JSON として不正です。エラーメッセージは文字列として配列に入れ、常に有効な JSON になるよう修正してください。
| - No platforms found: [No platforms identified. Please enter a valid platform name.] | |
| ## EXAMPLES | |
| - Input: "twitter, linkedin" → ["Twitter", "LinkedIn"] | |
| - Input: "x and insta" → ["Twitter", "Instagram"] | |
| - Input: "invalid content" → [No platforms identified. Please enter a valid platform name.] | |
| - No platforms found: ["No platforms identified. Please enter a valid platform name."] | |
| ## EXAMPLES | |
| - Input: "twitter, linkedin" → ["Twitter", "LinkedIn"] | |
| - Input: "x and insta" → ["Twitter", "Instagram"] | |
| - Input: "invalid content" → ["No platforms identified. Please enter a valid platform name."] |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 17 changed files in this pull request and generated 9 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🌐 Multi-language Sync✅ Created sync PR #702 Synced 1 file to cn + jp
Both PRs can merge independently. Future commits here will auto-update the sync PR. |
No description provided.