Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid memory store type: Disk (microsoft#570)
### Motivation and Context - This fixes microsoft#562 ### Description - Fixes the Error: 500: System.ArgumentException: Invalid memory store type: Disk ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
- Loading branch information