forked from trpc-group/trpc-agent-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprompts.py
More file actions
14 lines (12 loc) · 752 Bytes
/
Copy pathprompts.py
File metadata and controls
14 lines (12 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Tencent is pleased to support the open source community by making tRPC-Agent-Python available.
#
# Copyright (C) 2026 Tencent. All rights reserved.
#
# tRPC-Agent-Python is licensed under Apache-2.0.
"""Prompts for agent"""
TRANSLATOR_INSTRUCTION = ("You are a professional translation tool capable of accurately translating "
"between Chinese and English. Preserve the tone and meaning of the original "
"text, and provide natural, fluent translations.")
MAIN_INSTRUCTION = ("You are a content processing assistant that can invoke translation tools "
"to handle multilingual content. Decide whether translation is needed "
"based on the user's request.")