-
Notifications
You must be signed in to change notification settings - Fork 57
…previous backend vs the update to use the Microsoft extensions AI libraries. Most tests are passing now.
… the repo shared config.
…epo shared config. See AddRepoSharedConfig
… dummy API key value if the configuration value isn't found so that the app will start up and not error out.
…responses, had removed too much code during the refactor to use Microsoft.Extensions.AI.
|
@microsoft-github-policy-service agree |
|
@microsoft-github-policy-service rerun |
…ly. Had the wrong data in the response cache file that the tests were using.
|
@dotnet-policy-service agree |
I've updated the codebase to use the Microsoft.Extensions.AI.Abstractions library. I also noticed that since we are removing the SmartComponents.Inference.OpenAI project completely we might need a follow up task to update this documentation which mentions the project https://github.com/dotnet/smartcomponents/blob/main/docs/configure-openai-backend.md. Should I create this issue? Finally, I had some trouble getting all of the e2e tests to work, there's 10 that are failing and seem to be related to the same problem. I am having a hard time debugging them as it seems to change the state if it takes me too long in the debugger even in the existing test suite. Anyway, since I'm stuck on that I figured I would get this PR out there for review and we can proceed from there. Thanks for the opportunity to contribute.