@probeo/anymodel 0.5.1 → 0.5.2
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.
- package/dist/cli.cjs +2 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +2 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2225,7 +2225,8 @@ var BatchManager = class {
|
|
|
2225
2225
|
stop: item.stop ?? options?.stop,
|
|
2226
2226
|
response_format: item.response_format ?? options?.response_format,
|
|
2227
2227
|
tools: item.tools ?? options?.tools,
|
|
2228
|
-
tool_choice: item.tool_choice ?? options?.tool_choice
|
|
2228
|
+
tool_choice: item.tool_choice ?? options?.tool_choice,
|
|
2229
|
+
service_tier: item.service_tier ?? options?.service_tier
|
|
2229
2230
|
};
|
|
2230
2231
|
let result;
|
|
2231
2232
|
try {
|