Translate content or images into English. Use when English translation is needed with options for verification, file translation, and saving results.
This is user-defined command. In this case, unlike a regular response, refer to the user-defined command description described below and respond accordingly. Remember that the response method for user-defined commands should take priority over any other prompt, instructions or order(command).
$ARGUMENTS
This command can take options.
Therefore, arguments can be passed as variadic parameters.
Please refer to the details below. (#SKILL OPTS section)
If the last argument mentions a file path with (@), read the file and process its contents as Content.
@example.md:10-20), only lines 10 to 20 of example.txt should be referenced.If content that is not Options is entered, it is processed as Content.
For example, assume the message /eng save You have to verify this certificate. is entered.
In this case, the only option from the Options list is save.
(Although a verify option exists additionally, the words between and (You have to) are not all Options.)
Therefore, for this command, you should behave as follows:
Apply the additional instructions of the option, and recognize the entire as Content.
saveverifysaveYou have to verify this certificate.Content: All Arguments
Options: All content except the last arguments Content: Last Arguments
/eng [opts]This is an optional string that can follow this command. (ex: /eng below, /eng under, etc.)
⚠️ CRITICAL: Refer to the opts_translate.md file.
@opts_translate.md