@jaypie/llm 1.1.27 → 1.1.29
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/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +7 -3
package/dist/cjs/index.cjs
CHANGED
|
@@ -932,7 +932,7 @@ async function operate$1(input, options = {}, context = {
|
|
|
932
932
|
}));
|
|
933
933
|
}
|
|
934
934
|
// Use type assertion to handle the OpenAI SDK response type
|
|
935
|
-
log.
|
|
935
|
+
log.var({ "openai.responses.create": requestOptions });
|
|
936
936
|
const currentResponse = (await openai.responses.create(
|
|
937
937
|
// @ts-expect-error error claims missing non-required id, status
|
|
938
938
|
requestOptions));
|