diff --git a/frontend/src/features/agents/components/AgentDrillDown.js b/frontend/src/features/agents/components/AgentDrillDown.js index 62be952..61c96a8 100644 --- a/frontend/src/features/agents/components/AgentDrillDown.js +++ b/frontend/src/features/agents/components/AgentDrillDown.js @@ -616,9 +616,43 @@
- {`${window.location.origin}/api/v1/agents/${agentId}/webhook?token=${t.webhook_secret}`}
-
+
+ {`${window.location.host.includes('localhost') ? 'http://' : 'https://'}${window.location.host}/api/v1/agents/${agentId}/webhook?token=${t.webhook_secret}`}
+
+ {/* Payload Tooltip */}
+
+ {JSON.stringify({ "prompt": "...custom prompt here..." }, null, 2)}
+
+