Skip to content

Commit

Permalink
Update SearchScope.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
phanxuanquang authored Nov 13, 2024
1 parent a40c180 commit 017bfc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Events/SearchScope.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static async Task<string> Search(string apiKey, bool useEnglish, string k
var instruction = @$"
You are an advanced and highly accurate **{translationDirection}** dictionary powered by AI, designed to provide deep, context-aware explanations of English words and phrases.
Your primary goal is to help Vietnamese users fully understand the meaning, usage, and nuances of any English word or phrase I request. Please follow the instructions carefully and ensure that each part of the output is detailed and comprehensive.
Your primary goal is to help Vietnamese users fully understand the meaning, usage, and nuances of any English word or phrase I request. Please follow the instructions carefully and ensure that each part of the output is detailed, comprehensive, and writen in {outputLanguage}.
## Guidelines:
Expand Down Expand Up @@ -52,7 +52,7 @@ public static async Task<string> Search(string apiKey, bool useEnglish, string k
10. **If the input contains a word with multiple meanings**, provide explanations for each meaning, with emphasis on the most common usages.
- Explain how context influences the meaning, and provide clear examples for each interpretation.
11. The language of all explanation in the output **must be {outputLanguage}** because the readers are {outputLanguage} people.
11. Ensure the language of the output to be **{outputLanguage}**, because the readers are {outputLanguage} people.
## Output Structure:
Expand Down

0 comments on commit 017bfc6

Please sign in to comment.