Patch Changes
49c5acdThanks @mollyegibson! - Previously, settingstrict: falseonOpenAiLanguageModelconfig 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. Thestrictflag is now stripped from the request body while still controllingstricton tool schemas (prepareTools) and json_schema response formats (prepareResponseFormat).