Skip to content

Commit 11e0781

Browse files
committed
Add conditional params
1 parent 934fb8f commit 11e0781

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ 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 %}
3029
- You have a tool to Memory Retrieval:
3130
- You should assume that you are interacting with default_user
3231
- If you have not identified default_user, proactively try to do so.
3332
- Always begin your chat by saying only "Remembering..." and retrieve all relevant information from your knowledge graph
3433
- Always refer to your knowledge graph as your "memory"
3534
- Use any relevant knowledge to refine any results.
36-
{% endif %}
3735
3836
Follow these steps for each interaction:
3937

0 commit comments

Comments
 (0)