mirror of
https://github.com/sstent/AICycling_mcp.git
synced 2026-02-07 06:52:47 +00:00
workng - split out prompt temapltes
This commit is contained in:
2
templates/base/data_sections/activity_summary.txt
Normal file
2
templates/base/data_sections/activity_summary.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
ACTIVITY SUMMARY:
|
||||
{activity_summary}
|
||||
2
templates/base/data_sections/available_tools.txt
Normal file
2
templates/base/data_sections/available_tools.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
AVAILABLE MCP TOOLS:
|
||||
{available_tools}
|
||||
2
templates/base/data_sections/recent_data.txt
Normal file
2
templates/base/data_sections/recent_data.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
RECENT DATA:
|
||||
{recent_data}
|
||||
2
templates/base/data_sections/training_rules.txt
Normal file
2
templates/base/data_sections/training_rules.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
My training rules and goals:
|
||||
{training_rules}
|
||||
2
templates/base/data_sections/user_info.txt
Normal file
2
templates/base/data_sections/user_info.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
USER INFO:
|
||||
{user_info}
|
||||
2
templates/base/data_sections/workout_data.txt
Normal file
2
templates/base/data_sections/workout_data.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
WORKOUT DATA:
|
||||
{workout_data}
|
||||
2
templates/base/data_sections/workouts_data.txt
Normal file
2
templates/base/data_sections/workouts_data.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
RECENT WORKOUTS:
|
||||
{workouts_data}
|
||||
Reference in New Issue
Block a user