chore: remove system-append flag (#1280)
This commit is contained in:
@@ -387,7 +387,6 @@ export async function handleHeadlessCommand(
|
||||
const forceNew = values["new-agent"];
|
||||
const systemPromptPreset = values.system;
|
||||
const systemCustom = values["system-custom"];
|
||||
const systemAppend = values["system-append"];
|
||||
const embeddingModel = values.embedding;
|
||||
const memoryBlocksJson = values["memory-blocks"];
|
||||
const blockValueArgs = values["block-value"];
|
||||
@@ -804,7 +803,6 @@ export async function handleHeadlessCommand(
|
||||
parallelToolCalls: true,
|
||||
systemPromptPreset,
|
||||
systemPromptCustom: systemCustom,
|
||||
systemPromptAppend: systemAppend,
|
||||
memoryPromptMode: requestedMemoryPromptMode,
|
||||
initBlocks,
|
||||
baseTools,
|
||||
|
||||
Reference in New Issue
Block a user