Skip to content

Commit b56a6ec

Browse files
Version Packages (#6189)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 49c5acd commit b56a6ec

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/sour-parks-trade.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/ai/openai/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @effect/ai-openai
22

3+
## 0.39.2
4+
5+
### Patch Changes
6+
7+
- [`49c5acd`](https://github.com/Effect-TS/effect/commit/49c5acd5932b3d3981353481664606097082ea2f) Thanks @mollyegibson! - Previously, setting `strict: false` on `OpenAiLanguageModel` config caused a 400 "Unknown parameter: 'strict'" response from the OpenAI Responses API, because the flag was spread into the top-level request body instead of being consumed only by the tool and response_format schema builders. The `strict` flag is now stripped from the request body while still controlling `strict` on tool schemas (`prepareTools`) and json_schema response formats (`prepareResponseFormat`).
8+
39
## 0.39.1
410

511
### Patch Changes

packages/ai/openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/ai-openai",
33
"type": "module",
4-
"version": "0.39.1",
4+
"version": "0.39.2",
55
"license": "MIT",
66
"description": "Effect modules for working with AI apis",
77
"homepage": "https://effect.website",

0 commit comments

Comments
 (0)