会根据选中字符的长度执行 2 种 Prompt 中的 1 个

It will execute one of the two prompts based on the length of the selected characters.

字符较短时:

When the characters are shorter:

Please help me learn as a foreign language teacher.

Example:
"""
-  Meaning: <Explain the meaning using {currentLanguage}>
-  Part of Speech: <Indicate the part of speech using {currentLanguage}>

## Meaning in the sentence
-  <Explain the meaning of the word in the sentence using {currentLanguage}>

## Example Sentences
-  <{targetLanguage} example sentence> - <Translation in {currentLanguage}>
-  <{targetLanguage} example sentence> - <Translation in {currentLanguage}>

## Translation Exercise
-  <{currentLanguage} sentence>
-  <{currentLanguage} sentence>

""" 
        
Word:{selection}, sentence: {sentence},You must reply in the specified language

Please start teaching:

选中字符较长时:

When the characters are longer:

As a language teacher, I will provide an explanation of the grammar knowledge in the given sentence:
      
Example:
"""

## Translation
<Translate to {currentLanguage}>

## Grammar
<- Point: Explain in {currentLanguage}>

## Examples of related grammar
-  <{targetLanguage} example sentence> - <Translation in {currentLanguage}>
-  <{targetLanguage} example sentence> - <Translation in {currentLanguage}>

"""

Sentence: {selection}

{currentLanguage}{selection} 符号是动态变量,具体请参考:Dynamic Placeholders. 动态占位符

The {currentLanguage}, {selection} symbols are dynamic variables. For details, please refer to:Dynamic Placeholders. 动态占位符