microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.43k stars 2.14k forks source link

Request to expand the citations panel by default #904

Open seanmcne opened 4 weeks ago

seanmcne commented 4 weeks ago

This feature request is related to this sample app

Is your feature request related to a problem? Please describe. We have 1800+ users using this app today, our users rely heavily using citations/following those links to review the responses context. Users then rely on these same links to find related data and for various downstream operations/actions. What we gotten through feedback is that some users aren't aware of the citations and that they need to expand them. We've wound up having to follow up with quite a few users to educate them on the citations so they can make more effective use of the app.

Describe the solution you'd like Would you be open to adding a configuration option to "Expand citations by default" similar to what is done in copilot where the citations apparent.

Is this feature specific to your use case or your organization, or would it apply broadly across other uses of this app? Broadly (see above)

Additional context Here is how M365 Copilot handles citations (at least currently): image

Compared to this - I think if the sample app had a config to expand citations by default, I think that would be helpful for users: image

Thanks!