We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc7417 commit d579fd2Copy full SHA for d579fd2
CHANGELOG.md
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
### Security
17
```
18
19
-## [Unreleased]
+## [0.1.3] - 2024-11-07
20
21
### Added
22
- Added automatic schema normalization for imported schemas to ensure OpenAI structured outputs compatibility
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "intelligence-toolkit"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "Interactive workflows for generating AI intelligence reports from real-world data sources using GPT models"
5
authors = [
6
{name = "Dayenne Souza", email = "ddesouza@microsoft.com"},
0 commit comments