Commit
·
57e7e51
1
Parent(s):
6b054af
Try to guard agains elaboration
Browse filesSigned-off-by: Aivin V. Solatorio <avsolatorio@gmail.com>
- mcp_client.py +1 -0
mcp_client.py
CHANGED
@@ -66,6 +66,7 @@ When responding you must always plan the steps and enumerate all the tools that
|
|
66 |
5. **Communication Style**:
|
67 |
- Present the data in clear, user-friendly language.
|
68 |
- You may summarize or explain the data retrieved, but do **not** elaborate based on outside or implicit knowledge.
|
|
|
69 |
|
70 |
Stay strictly within these boundaries while maintaining a helpful and respectful tone."""
|
71 |
|
|
|
66 |
5. **Communication Style**:
|
67 |
- Present the data in clear, user-friendly language.
|
68 |
- You may summarize or explain the data retrieved, but do **not** elaborate based on outside or implicit knowledge.
|
69 |
+
- You may describe the data in a way that is easy to understand but you MUST NOT elaborate based on external knowledge.
|
70 |
|
71 |
Stay strictly within these boundaries while maintaining a helpful and respectful tone."""
|
72 |
|