Hi GoodData team, With the introduction of the new...
# gooddata-cloud
v
Hi GoodData team, With the introduction of the new Agentic AI Assistant, could you clarify whether it affects our current implementation of the AI Assistant web component? We currently embed the
<gd-ai-assistant>
web component in an Angular 20 application. The component listens to the following events: •
chatAssistantMessage
chatReset
linkClick
Additionally, it calls the following BETA API endpoint to reset chat history:
/api/v1/actions/workspaces/{workspaceId}/ai/chatHistory
Could you confirm whether any behavioral changes, compatibility concerns, deprecations, or migration steps are expected for the current implementation? Thanks!
k
Great question! Here's a breakdown of what the knowledge sources say about each aspect of your current implementation in light of the new Agentic AI Assistant: 1. Web Component Events (chatAssistantMessage, chatReset, linkClick) The
<gd-ai-assistant>
web component's supported events — including
linkClick
,
chatReset
,
chatUserMessage
,
chatAssistantMessage
,
chatFeedback
, and
chatVisualizationError
— are documented as the current supported event set. [AI Assistant custom element] The knowledge sources do not mention any planned deprecation or breaking changes to these events as part of the Agentic AI Assistant rollout. 2. React SDK / Embedded Mode If you are using the AI Assistant in embedded mode through the React SDK, GoodData has explicitly called out a migration step: > "If you use the AI Assistant in embedded mode through the React SDK, update to version 11.29.0 or newer. The switch will happen automatically once the new experience is enabled." [What's New in GoodData Cloud] Since you're using the web component (not the React SDK directly), this may or may not apply depending on how your web component is bundled, but it's worth verifying. 3. Chat API (/api/v1/actions/workspaces/{workspaceId}/ai/chatHistory) This is the most significant concern. The Agentic AI Assistant uses a new and different chat API: > "The chat API for the experimental agentic AI Assistant is new and differs from the earlier AI Assistant chat API." [Agentic AI Assistant – API Changes] > "If you use AI Assistant APIs, you will need to switch to the new API endpoint." [What's New in GoodData Cloud] The earlier chat APIs (including the
/api/v1/actions/workspaces/{workspaceId}/ai/chatHistory
endpoint you're using) will continue to work while the previous AI Assistant experience is still supported, but they will be deprecated separately when the old chatbot is retired. [Agentic AI Assistant – API Changes] You should review the new API reference in your GoodData environment at:
Copy code
/apidocs/?urls.primaryName=Gen-AI+(v1)
4. LLM Model Requirement The Agentic AI Assistant requires a reasoning-capable model (e.g.,
gpt-5.2
). Older models like
gpt-4o
are not supported for the new experience. Make sure your configured LLM Provider uses ChatGPT 5.2 or newer before the migration happens. [What's New in GoodData Cloud] Summary of Action Items The knowledge sources do not explicitly confirm whether the web component events themselves will change with the new agentic experience, so I'd recommend proactively testing your integration once the Agentic AI Assistant is enabled in your environment. 👍 0 button 👎 0 button ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups. 👀 Our Support team monitors all messages and will jump in if needed., with interactive elements
s
Hi Victor, I'm clarifying this question with our engineers and will reach out to you as soon as I get an answer.
v
Thank you, Shamil!
👍 1
Hi @Shamil Akhmadyshev , do you have any updates on this topic?
m
Hi Victor, I just wanted to let you now that our Engineers are still reviewing this and our team will get back to you with more details as soon as possible.
👍 1
s
Hi Victor, We received the update from our engineers: We want to inform you of several important changes that the upcoming Agentic AI Assistant introduces, and what they mean for your current integration. Please review the following areas carefully and take action where required before the planned mid-May rollout. 1. Web Component Events The existing set of supported events —
chatAssistantMessage
,
chatReset
, and
linkClick
— remains in place and continues to function today. [AI Assistant custom element] However, the transition to the agentic, conversation-based model will affect some of these events. In particular,
chatReset
will no longer be applicable under the new experience, as it is being replaced by new conversation-related events better suited to the updated model. You should plan to review and update your event listeners once the new experience is enabled in your environment. 2. Integration Method The impact on your implementation depends on how you are currently loading the web component: • Script tag pointing to GoodData's servers (recommended approach): No immediate action is required. The component will update automatically in line with the server-side changes. • NPM package: If you are loading the web component via an NPM package, please ensure you are running version 11.32.0 or higher to maintain compatibility with the new Agentic AI Assistant. 3. Chat History API This is the most significant area of concern for your integration. The Agentic AI Assistant introduces a new chat API that differs from the one currently in use. [Agentic AI Assistant – API Changes] The existing
/api/v1/actions/workspaces/{workspaceId}/ai/chatHistory
endpoint will continue to function while the previous AI Assistant experience remains supported, but it is slated for deprecation once the legacy chatbot is retired. [Agentic AI Assistant – API Changes] We recommend testing your integration proactively once the Agentic AI Assistant becomes available in your environment. Please continue to monitor the GoodData release notes for the latest updates and any further guidance as the rollout approaches. Also, we strongly recommend upgrading to the new Agentic AI Assistant as soon as possible — it brings smarter reasoning, multi-step analysis, and new AI capabilities [What's New in GoodData Cloud]. You can try it today as an experimental feature in your organization settings. [Agentic AI Assistant] If you have any questions in the meantime, do not hesitate to reach out.
1
I want to add that the old AI Assistant will be deprecated in June, so we strongly recommend upgrading to the new Agentic AI Assistant as soon as possible.
v
Thank you!