init
This commit is contained in:
@@ -120,6 +120,10 @@ function buildRunningPrompt(activity: RunningActivity, previousRuns: PreviousRun
|
||||
}
|
||||
}
|
||||
|
||||
if (activity.notes) {
|
||||
lines.push(``, `Notatki zawodnika: ${activity.notes}`);
|
||||
}
|
||||
|
||||
if (previousRuns.length > 0) {
|
||||
lines.push(``, `Poprzednie biegi (od najnowszego):`);
|
||||
for (const { run, analysis } of previousRuns) {
|
||||
|
||||
Reference in New Issue
Block a user