ChatGPT 集成和互操作性 提示词(Prompts)
2023-06-29 09:52 更新
标签:软件开发
中文提示词:
针对将给定的 [language] 代码与 [外部系统或 API] 进行集成,提出一个策略:[代码片段]。
英文提示词:
Suggest a strategy for integrating the given [language] code with [external system or API]: [code snippet].
中文提示词:
识别以下系统或技术之间的互操作性潜在挑战和解决方案:[系统或技术列表]。
英文提示词:
Identify potential challenges and solutions for interoperability between the following systems or technologies: [system or technology list].
中文提示词:
为给定的 [language] 代码与 [外部数据源或格式] 进行接口提出数据转换或映射解决方案:[代码片段]。
英文提示词:
Propose a data transformation or mapping solution for the given [language] code to interface with [external data source or format]: [code snippet].
中文提示词:
推荐在构建和维护与多个第三方服务或 API 集成的 [language] 代码库时的最佳实践。
英文提示词:
Recommend best practices for building and maintaining a [language] codebase that integrates with multiple third-party services or APIs.
中文提示词:
评估给定 [language] 代码在与 [特定技术或平台] 交互时的兼容性和性能:[代码片段]。
英文提示词:
Evaluate the compatibility and performance of the given [language] code when interacting with [specific technology or platform]: [code snippet].
提示
- ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
- 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加
respond in Chinese
,将回复指定为中文。