From 0240fc1803f5d849cb714e4932b96c2c331108dd Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:22:59 -0700 Subject: [PATCH] Update package.json --- extensions/void/package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/extensions/void/package.json b/extensions/void/package.json index 8ef55f14..04233220 100644 --- a/extensions/void/package.json +++ b/extensions/void/package.json @@ -16,11 +16,6 @@ "configuration": { "title": "Void", "properties": { - "void.initialInstructions": { - "type": "string", - "default": "", - "description": "[Optional] Provide initial instructions to the LLM" - }, "void.whichApi": { "type": "string", "default": "anthropic",