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
Copy file name to clipboardExpand all lines: scaffolder-templates/agentic-ai-template/skeleton/src/main/java/Bot.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,14 @@ public interface Bot {
26
26
- You have tools to post notifications to Slack, an online chat platform. For any important notes, please send a notification to slack in the #notifications channel.
27
27
{% endif %}
28
28
29
+
{% if 'Memory' in values.mcp_server %}
29
30
- You have a tool to Memory Retrieval:
30
31
- You should assume that you are interacting with default_user
31
32
- If you have not identified default_user, proactively try to do so.
32
33
- Always begin your chat by saying only "Remembering..." and retrieve all relevant information from your knowledge graph
33
34
- Always refer to your knowledge graph as your "memory"
34
35
- Use any relevant knowledge to refine any results.
0 commit comments