Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated dependencies and added feature to delete chat history messages from ChatHistoryProvider #82

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

rliberoff
Copy link
Member

@rliberoff rliberoff commented Mar 6, 2024

  • In AzureOpenAIOptions the default value of ServiceVersion changes from V2023_12_01_Preview to V2024_02_15_Preview since the former is deprecated.
  • In interface type IChatHistoryProvider added new method DeleteChatMessagesHistoryAsync to delete a user's chat history messages. This method is implemented in ChatHistoryProvider.
  • Slight improvement in the DeleteAsync method in CosmosRepository.
  • Some boy scouting and typo fixes in comments.
  • Updated dependencies:
    • Updated Bogus from 35.4.0 to 35.4.1.
    • Updated Azure.Core from 1.37.0 to 1.38.0.
    • Updated Azure.OpenAI from 1.0.0-beta13 to 1.0.0-beta14.
    • Updated MailKit from 4.3.0 to 4.4.0.
    • Updated MimeKit from 4.3.0 to 4.4.0.

… from `V2023_12_01_Preview` to `V2023_05_15` since the former is **deprecated**.

- In interface type `IChatHistoryProvider` added new method `DeleteChatMessagesHistoryAsync` to delete a user's chat history messages. This method is implemented in `ChatHistoryProvider`.
- Slight improvement in the `DeleteAsync` method in `CosmosRepository`.
- Some boy scouting and typo fixes in comments.
- Updated dependencies:
  - Updated `Bogus` from `35.4.0` to `35.4.1`.
  - Updated `Azure.Core` from `1.37.0` to `1.38.0`.
  - Updated `Azure.OpenAI` from `1.0.0-beta13` to `1.0.0-beta14`.
  - Updated `MailKit` from `4.3.0` to `4.4.0`.
  - Updated `MimeKit` from `4.3.0` to `4.4.0`.
@rliberoff rliberoff self-assigned this Mar 6, 2024
@rliberoff rliberoff added the enhancement New feature or request label Mar 6, 2024
@rliberoff rliberoff merged commit 1acead4 into main Mar 7, 2024
4 checks passed
@rliberoff rliberoff deleted the @rliberoff/add_delete_chat_history branch March 7, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants