-
Notifications
You must be signed in to change notification settings - Fork 651
feat: add a page to view a single verified answer from a link #18057
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add a page to view a single verified answer from a link #18057
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Your preview environment pr-18057 has been deployed with errors. |
|
Preview environment logs can be accessed at: https://console.cloud.google.com/logs/query;query=resource.labels.namespace_name%3D%22pr-18057%22;duration=PT30M?project=lightdash-previews |
|
You can ssh into the preview environment by running: |
Merge activity
|
e8d2641 to
ecee0ee
Compare
# [0.2165.0](0.2164.5...0.2165.0) (2025-11-13) ### Bug Fixes * update tooltip text and rename "Referenced artifacts" to "Referenced answers" ([#18067](#18067)) ([92852b7](92852b7)) ### Features * add a page to view a single verified answer from a link ([#18057](#18057)) ([c1de74a](c1de74a)) * display referenced artifacts in slack response ([#18058](#18058)) ([c4119a8](c4119a8))
|
🎉 This PR is included in version 0.2165.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
…ash#18057) <!-- Thanks so much for your PR, your contribution is appreciated! ❤️ --> ### Description: Added the ability to view verified artifacts in AI Agents. Users can now click on "View artifact" in the verified artifacts table to see the full details of a specific artifact. This includes: - Added a new route for viewing individual verified artifacts - Created a new `VerifiedArtifactDetail` component to display the artifact content - Added a "View artifact" action in the verified artifacts table - Updated the ProjectAiAgentEditPage to conditionally render either the artifacts list or a specific artifact detail 
# [0.2165.0](lightdash/lightdash@0.2164.5...0.2165.0) (2025-11-13) ### Bug Fixes * update tooltip text and rename "Referenced artifacts" to "Referenced answers" ([lightdash#18067](lightdash#18067)) ([92852b7](lightdash@92852b7)) ### Features * add a page to view a single verified answer from a link ([lightdash#18057](lightdash#18057)) ([c1de74a](lightdash@c1de74a)) * display referenced artifacts in slack response ([lightdash#18058](lightdash#18058)) ([c4119a8](lightdash@c4119a8))

Description:
Added the ability to view verified artifacts in AI Agents. Users can now click on "View artifact" in the verified artifacts table to see the full details of a specific artifact. This includes:
VerifiedArtifactDetailcomponent to display the artifact content