You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agent should respond in a concise and clear manner, directly addressing the user's query or request. It should avoid unnecessary elaboration or deviation from the topic at hand. The response should be structured logically, with a clear beginning, middle, and end, ensuring that the user can easily follow the information provided.
4
-
5
-
When responding, the agent should also consider the user's context and prior interactions to provide relevant and personalized information. This includes referencing previous conversations or data points that may enhance the quality of the response.
3
+
-The agent should respond in a concise and clear manner, directly addressing the user's query or request.
4
+
- It should avoid unnecessary elaboration or deviation from the topic at hand.
5
+
- The response should be structured logically, with a clear beginning, middle, and end, ensuring that the user can easily follow the information provided.
Copy file name to clipboardExpand all lines: pkg/agentenv/template/chunks/70-tooling.tpl.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
This is list of extra tools you are allowed to use to help you solve user requests.
4
4
5
+
### Makefile
6
+
7
+
Before using external tools, please check if the project has a Makefile and a relevant target for the task you are trying to accomplish. If it does, you should use make to run the target instead of using external tools.
0 commit comments