Skip to content

Commit

Permalink
Updated version from 8.1.4 to 8.1.5-preview-01. Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisM000 committed Feb 19, 2024
1 parent 10bdd56 commit 1c4df58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Also, any bug fix must start with the prefix �Bug fix:� followed by the desc

Previous classification is not required if changes are simple or all belong to the same category.

## [8.1.5]

### Breaking Changes
In the `QuestionAnsweringFromMemoryQuery` function of the `QuestionAnsweringPlugin`, null is no longer returned when there are no relevant memory results. Instead, the execution flow continues, prompting a message with an empty context information, ultimately resulting in a response such as "I don't know" or a similar message.

### Minor Changes
- Changes in the prompt of `QuestionAnsweringPlugin` to enhance language detection in the response.

## [8.1.4]

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>8.1.4</VersionPrefix>
<VersionPrefix>8.1.5-preview-01</VersionPrefix>
</PropertyGroup>

<!--
Expand Down

0 comments on commit 1c4df58

Please sign in to comment.