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 f7034a35a8
commit 7073e8797f
9 changed files with 3 additions and 80 deletions
-1
View File
@@ -509,7 +509,6 @@ const resolvePrompt = (input: PromptInput.Prompt) =>
Prompt.make({
text: input.text,
agents: input.agents,
system: input.system,
files: input.files?.map((file) => {
const dataMime = file.uri.match(/^data:([^;,]+)[;,]/i)?.[1]
const target = URL.canParse(file.uri) ? new URL(file.uri).pathname : (file.name ?? file.uri)