Skip to content

Add Chinses translation of meta-prompting technique #674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

B143KC47
Copy link

@B143KC47 B143KC47 commented Jun 5, 2025

PR Type

Documentation


Description

  • Add Chinese translation for meta-prompting technique documentation

  • Explain key features and advantages of meta-prompting

  • Include application scenarios and comparison with few-shot prompting

  • Add promotional callout for related AI course


Changes walkthrough 📝

Relevant files
Documentation
meta-prompting.zh.mdx
Add Chinese documentation for meta-prompting technique     

pages/techniques/meta-prompting.zh.mdx

  • Introduced a new Chinese-language documentation page for
    meta-prompting
  • Describes meta-prompting features, advantages, and applications
  • Provides comparison with few-shot prompting and includes illustrative
    image
  • Adds a callout promoting an AI course with discount code
  • +48/-0   

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • Copy link

    vercel bot commented Jun 5, 2025

    The latest updates on your projects. Learn more about Vercel for Git ↗︎

    Name Status Preview Comments Updated (UTC)
    prompt-engineering-guide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 5, 2025 3:29pm

    Copy link

    qodo-merge-pro bot commented Jun 5, 2025

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    Copy link

    qodo-merge-pro bot commented Jun 5, 2025

    PR Code Suggestions ✨

    Explore these optional code suggestions:

    CategorySuggestion                                                                                                                                    Impact
    Possible issue
    Fix grammatical error
    Suggestion Impact:The commit directly implemented the suggested grammatical correction, changing '使' to '是' in the first sentence of the Chinese text, which fixes the grammatical error as suggested.

    code diff:

    -元提示使一种高级提示词技巧,其专注于任务与问题的结构与句法方面,而非其中具体内容细节。元提示的目标是构建一种与大型语言模型(LLM)互动的更抽象、更结构化的方式。强调信息的形式和模式,而非传统以内容为中心的方法。
    +元提示是一种高级提示词技巧,其专注于任务与问题的结构与句法方面,而非其中具体内容细节。元提示的目标是构建一种与大型语言模型(LLM)互动的更抽象、更结构化的方式。强调信息的形式和模式,而非传统以内容为中心的方法。

    There's a grammatical error in the first sentence. The word "使" should be "是"
    (meaning "is") to correctly state that meta-prompting is an advanced prompting
    technique.

    pages/techniques/meta-prompting.zh.mdx [6]

    -元提示使一种高级提示词技巧,其专注于任务与问题的结构与句法方面,而非其中具体内容细节。
    +元提示是一种高级提示词技巧,其专注于任务与问题的结构与句法方面,而非其中具体内容细节。

    [To ensure code accuracy, apply this suggestion manually]

    Suggestion importance[1-10]: 4

    __

    Why: The suggestion correctly identifies and fixes a grammatical error in Chinese where 使 should be , improving the sentence structure and readability of the documentation.

    Low
    • Update

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant