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.45k stars 2.16k forks source link

Parse RAI inner error message for display when using data #810

Closed sarah-widder closed 2 months ago

sarah-widder commented 2 months ago

Description

Modify the frontend error display code to parse inner errors (e.g. content filter errors) for the with data case.

Now it matches the without-data case: image

Contribution Checklist

sarah-widder commented 2 months ago

Looks good to me! I would just check the build workflow to see why it's failing. I can reapprove after that.

Thanks @abhahn the build should be fixed now!

abhahn commented 2 months ago

Contains fix for #813