diff --git a/packages/components/src/components/chat-search/ProxySettings.vue b/packages/components/src/components/chat-search/ProxySettings.vue
new file mode 100644
index 0000000000..a82315fb30
--- /dev/null
+++ b/packages/components/src/components/chat-search/ProxySettings.vue
@@ -0,0 +1,27 @@
+
+
+
Proxy Settings
+
+
HTTP Proxy is set
+
HTTPS Proxy is set
+
No HTTP/HTTPS Proxy Settings found
+
+
+
diff --git a/packages/components/src/pages/ChatSearch.vue b/packages/components/src/pages/ChatSearch.vue
index 57d4bfa4b8..7228d4637b 100644
--- a/packages/components/src/pages/ChatSearch.vue
+++ b/packages/components/src/pages/ChatSearch.vue
@@ -24,6 +24,7 @@
:base-url="baseUrl"
:model="model"
/>
+
({}),
+ },
appmapYmlPresent: Boolean,
mostRecentAppMaps: Array,
disableLlmConfig: {
@@ -244,6 +265,9 @@ export default {
this.appmapRpcFn ? { request: this.appmapRpcFn } : this.appmapRpcPort || 30101
);
},
+ hasProxySettings() {
+ return this.proxySettings?.http_proxy || this.proxySettings?.https_proxy;
+ },
},
methods: {
// This converts the old search context into the new context format