Tao Chen
Tao Chen
Closing now as it appears this issue has been resolved. Please reopen as needed.
Hello! This is likely because your `AIService` was not set up correctly. Please share you `AIService` settings (hide any keys), or follow the [ReadMe](https://github.com/microsoft/semantic-kernel/tree/main/samples/apps/copilot-chat-app#start-the-webapi-backend-server) to make sure you have the...
Hello! Your response doesn't seem to contain the information requested. Please send again :)
Closing now as it appears this issue has been resolved. Please reopen as needed.
Thanks for your PR!! Just a note for our team, this PR will create a lot of conflicts with the multi-user feature branch. In the multi-user setting, some chat-related authentication...
Is there anything additional I need to perform before launching the web API and the web app besides the current instructions documented in the ReadMe? The web API throws errors...
Hello! There are multiple authorization options for the web service: https://github.com/microsoft/semantic-kernel/blob/main/samples/apps/copilot-chat-app/webapi/appsettings.json#L68. Depending on how you configure it, you will have to set up your Web App differently: https://github.com/microsoft/semantic-kernel/tree/main/samples/apps/copilot-chat-app#start-the-webapp-frontend-application. Please refer...
Closing now as it appears this issue has been resolved. Please reopen as needed.
This is an ongoing effort to align SK to the latest semantic conventions as best as we can. The GenAI semantic conventions are still under development and rapidly evolving. We...
> I've been looking at https://opentelemetry.io/docs/languages/python/instrumentation/ and I am not sure what would be considered a breaking change? We could implement metrics/traces as opt-in behavior. Most of the model diagnostics...