This commit is contained in:
simmdan 2023-07-25 16:01:04 +00:00
Родитель b6e6ba8bd5
Коммит 41252f133b
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -1,4 +1,15 @@
# Release Notes for PROSE SDK versions 8.x
## [Release 8.25.0](https://www.nuget.org/packages/Microsoft.ProgramSynthesis/8.25.0) - 2023/07/24
- Copilot.Planner
- Fix issue with skill selection prompt.
- Copilot.Fabric
- Initial API
- Transform.Formula:
- Added LearnConstraint.NumberRoundMinExampleCount (default: 1). Sets the minimum number of examples required to learn a rounding operation. Set to higher numbers to reduce the number of imprecises RoundNumber formulas.
- Add Translation.Meta.Explanation property. Currently only supports natural language explanation for Arithmetic formulas. Will be expanded to other formula types in a future release.
- Misc
- Added IEmbeddingEndpoint to the OpenAI interfaces.
## [Release 8.24.0](https://www.nuget.org/packages/Microsoft.ProgramSynthesis/8.24.0) - 2023/06/26
- Transformation.Formula
- Added all new learning for conditional formulas.