feat(core): restore per-request system prompt (#34335)

This commit is contained in:
Kit Langton
2026-06-28 14:02:46 -04:00
committed by GitHub
parent 46a456d595
commit 17199335ab
9 changed files with 103 additions and 2 deletions
+1
View File
@@ -47,6 +47,7 @@ export const User = Schema.Struct({
text: Prompt.fields.text,
files: Prompt.fields.files,
agents: Prompt.fields.agents,
system: Prompt.fields.system,
type: Schema.Literal("user"),
}).annotate({ identifier: "Session.Message.User" })