@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.
@@ -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.trace.var({ "openai.responses.create": requestOptions });
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));