fix(core): remove per-prompt system option (#34361)
This commit is contained in:
parent
f7034a35a8
commit
7073e8797f
9 changed files with 3 additions and 80 deletions
|
|
@ -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" })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue