fix: remove for now

Carlos Alexandro Becker created

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

internal/oauth/copilot/http.go | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Detailed changes

internal/oauth/copilot/http.go 🔗

@@ -13,6 +13,9 @@ func Headers() map[string]string {
 		"Editor-Version":         editorVersion,
 		"Editor-Plugin-Version":  editorPluginVersion,
 		"Copilot-Integration-Id": integrationID,
-		"Copilot-Vision-Request": "true",
+
+		// TODO: need to conditionally enable this when the user is sending
+		// messages with images.
+		// "Copilot-Vision-Request": "true",
 	}
 }