AI chat widget to pass "current page" context
M
Mark Tarry
When interacting with an AI agent via a chat widget, it would be useful to expose the "current page" context to the agent.
Our use-case is that we're building multiple dashboards which each embed a subset of our metrics. E.g.
* DORA - for leadership
* Site Reliability
* AI Adoption
We want to embed an AI agent into each page to enable richer interrogation of the data - but only for the metrics shown on the current page.
As the agent cannot access this information, we're forced to create distinct agents for each dashboard (even if the agent prompts are virtually identical).
Granted, there is benefit to tailoring agents to each dashboard - but having the choice of either approach would be very useful.