You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@edgBR Are you proposing to collect the telemetry data post deployment? If yes then we have another mechanism known as Azure Verified Modules (AVM) for this activity.
Motivation
Hi,
In order to enable post production deployment metrics it would be very nice to have the ability to collect feedback as in:
https://github.com/microsoft/sample-app-aoai-chatGPT/tree/main
How would you feel if this feature request was implemented?
Requirements
Looking to the typescript models:
Seems that this has been already taken care partially.
Tasks
I have 0 experience with vite, javascript, typescript etc...
However it seems that adding to this file:
https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/blob/main/code/frontend/src/api/api.ts
Something similar to this:
Modifying this file: https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/blob/main/code/frontend/src/components/Answer/Answer.tsx
To add the feedback components from here:
https://github.com/microsoft/sample-app-aoai-chatGPT/blob/main/frontend/src/components/Answer/Answer.tsx
And finally adapt this code:
https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/blob/main/code/frontend/src/pages/chat/Chat.tsx
Should be a great start.
The text was updated successfully, but these errors were encountered: