fix(core): remove per-prompt system option (#34361)

This commit is contained in:
Kit Langton
2026-06-28 21:56:59 -04:00
committed by GitHub
parent 53f6c373af
commit b538078804
9 changed files with 3 additions and 80 deletions
-1
View File
@@ -47,7 +47,6 @@ 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" })