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