fix: use system prompt field from prompt input (#5633)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tommy D. Rossi
2025-12-26 14:33:53 -06:00
committed by Aiden Cline
co-authored by Copilot
parent 434e12666b
commit e8c2e494d0
+1
View File
@@ -683,6 +683,7 @@ export namespace SessionPrompt {
tools: input.tools,
agent: agent.name,
model: input.model ?? agent.model ?? (await lastModel(input.sessionID)),
system: input.system,
}
const parts = await Promise.all(