feat(ai-assistant): include query and collectionId in feedback payload - #717
feat(ai-assistant): include query and collectionId in feedback payload#717davids-ensemble wants to merge 1 commit into
Conversation
Stamp the triggering query and the collection the server ran against
onto
the AI message when the response streams in, persist them across
sessionStorage,
and send them in the POST /feedback/{requestId} body alongside
score/scoreType.
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
Commits
|
❌ Test ResultsStatus: Some tests failed! 🔍 Click to view failed testsTest Coverage ReportOverall Coverage Summary
Coverage by File/Directory
Coverage report generated at 2026-08-03T13:39:34.365Z |
|
@davids-ensemble I do not see any test coverage for the changes. Otherwise changes LGTM |
We never had tests for ai-assistant |
|
@davids-ensemble @SavithaSAngadi why do we have integrated test-cases for ai-assistant. We should create a ticket for this to track and implement. WDYT ? |
I agree we should have a ticket so that we can track |
Let's talk about it at the weekly. I want to swap out all of the existing tests for something better. |
Adds the triggering query and the collection the server ran against onto the AI message when the response streams in, persist them across sessionStorage, and send them in the POST /feedback/{requestId} body alongside score/scoreType.
Jira: ADPGENAI-234