@cnwenf/occ 2.1.222 → 2.1.226
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @cnwenf/occ might be problematic. Click here for more details.
- package/dist/cli.js +2 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -369203,6 +369203,7 @@ async function sideQuery(opts) {
|
|
|
369203
369203
|
source: "side_query"
|
|
369204
369204
|
});
|
|
369205
369205
|
const betas = [...getModelBetas(model)];
|
|
369206
|
+
betas.push(AFK_MODE_BETA_HEADER);
|
|
369206
369207
|
if (output_format && modelSupportsStructuredOutputs(model) && !betas.includes(STRUCTURED_OUTPUTS_BETA_HEADER)) {
|
|
369207
369208
|
betas.push(STRUCTURED_OUTPUTS_BETA_HEADER);
|
|
369208
369209
|
}
|
|
@@ -369267,6 +369268,7 @@ async function sideQuery(opts) {
|
|
|
369267
369268
|
var init_sideQuery = __esm(() => {
|
|
369268
369269
|
init_state();
|
|
369269
369270
|
init_betas();
|
|
369271
|
+
init_betas();
|
|
369270
369272
|
init_system();
|
|
369271
369273
|
init_analytics();
|
|
369272
369274
|
init_claude();
|