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",
}
}