ThtratLandscapeChat / prompt_engine.py
S-Dreamer's picture
Update prompt_engine.py
b79ce4d verified
raw
history blame
228 Bytes
class PromptEngine:
def translate_explain(self, text: str) -> str:
return f"""
Translate the following Chinese (Mandarin or Cantonese) text and explain
any cultural or underground marketplace slang.
TEXT:
{text}
"""