💱 systemPrompt.ts

This commit is contained in:
nirholas
2026-03-31 10:24:31 +00:00
parent 12260ea3bf
commit 175584e4b9

View File

@@ -121,3 +121,4 @@ export function buildEffectiveSystemPrompt({
...(appendSystemPrompt ? [appendSystemPrompt] : []),
])
}