阅读(350) 书签 (0)

ChatGPT 代码完成 提示词(Prompts)

2023-06-20 13:41 更新

标签:软件开发

中文提示词:

在[language]中,完成以下代码片段,使用[values]初始化一个[data structure]:[code snippet]。

英文提示词:

In [language], complete the following code snippet that initializes a [data structure] with [values]: [code snippet].

中文提示词:

完成[language]函数,根据以下输入参数计算[desired output]:[function signature]。

英文提示词:

Finish the [language] function that calculates [desired output] given the following input parameters: [function signature].

中文提示词:

完善[language]代码,调用[API endpoint]并使用[parameters]处理响应:[code snippet]。

英文提示词:

Complete the [language] code to make an API call to [API endpoint] with [parameters] and process the response: [code snippet].

中文提示词:

填写缺失的[language]代码,为以下函数实现错误处理:[code snippet]。

英文提示词:

Fill in the missing [language] code to implement error handling for the following function: [code snippet].

中文提示词:

完成以下[language]循环,迭代[data structure]并执行[operation]:[code snippet]。

英文提示词:

Complete the following [language] loop that iterates over [data structure] and performs [operation]: [code snippet].

提示

  • ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
  • 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加 respond in Chinese,将回复指定为中文。