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
16 lines (14 loc) · 666 Bytes
/
Copy pathprompts.py
File metadata and controls
16 lines (14 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 Claude member team agents """
LEADER_INSTRUCTION = """You are a helpful assistant team lead.
When the user asks about the weather, delegate to weather_expert.
For other questions, answer directly.
Keep replies concise."""
WEATHER_EXPERT_INSTRUCTION = """You are a weather expert. When asked about the weather:
1. Use the get_weather tool to obtain weather information
2. Provide a clear, helpful weather report
Keep replies concise and clear."""