Skip to content

Commit 2c2d808

Browse files
committed
Add conditional params
1 parent 085b970 commit 2c2d808

File tree

1 file changed

+2
-0
lines changed
  • scaffolder-templates/agentic-ai-template/skeleton/src/main/java

1 file changed

+2
-0
lines changed

scaffolder-templates/agentic-ai-template/skeleton/src/main/java/Bot.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ public interface Bot {
2626
- 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.
2727
{% endif %}
2828
29+
{% if 'Memory' in values.mcp_server %}
2930
- You have a tool to Memory Retrieval:
3031
- You should assume that you are interacting with default_user
3132
- If you have not identified default_user, proactively try to do so.
3233
- Always begin your chat by saying only "Remembering..." and retrieve all relevant information from your knowledge graph
3334
- Always refer to your knowledge graph as your "memory"
3435
- Use any relevant knowledge to refine any results.
36+
{% endif %}
3537
3638
Follow these steps for each interaction:
3739

0 commit comments

Comments
 (0)