Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces three prompt resource files to enhance documentation and usage examples for ChatGPT-related functionalities. Each file serves a distinct purpose in guiding interactions with ChatGPT's capabilities:
1. chat-gpt-llm.txt
Contains general-purpose prompts and examples for leveraging ChatGPT as a standalone language model (LLM). These prompts demonstrate basic query structures, creative tasks, and instructional use cases to help users maximize the core LLM's potential.
2. chat-gpt-reasoning-plugin.txt
Includes specialized prompts tailored for the Reasoning Plugin, focusing on complex problem-solving, logical analysis, and step-by-step reasoning workflows. These prompts showcase how to structure queries for tasks like mathematical proofs, decision-making, or critical thinking.
3. chat-gpt-web-browsing-plugin.txt
Provides prompts designed for the Web Browsing Plugin, highlighting real-time information retrieval, URL analysis, and dynamic data synthesis. Examples include web research techniques, fact verification, and summarization of online content.
Benefits of this PR:
Centralizes prompt examples for developers and end-users.
Improves onboarding by clarifying use cases for ChatGPT's LLM, Reasoning Plugin, and Web Browsing Plugin.
Encourages best practices in prompt engineering for diverse applications.
These resources aim to streamline adoption, reduce trial-and-error, and empower users to harness ChatGPT’s full capabilities effectively.