@effect/ai-openai 0.15.2 → 0.15.4

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.
@@ -370,7 +370,7 @@ const makeContentPart = (
370
370
  }
371
371
 
372
372
  const makeResponse = (
373
- response: Generated.CreateChatCompletionResponse,
373
+ response: typeof Generated.CreateChatCompletionResponse.Type,
374
374
  method: string,
375
375
  structuredTool?: {
376
376
  readonly name: string
@@ -452,7 +452,7 @@ const annotateRequest = (
452
452
 
453
453
  const annotateChatResponse = (
454
454
  span: Span,
455
- response: Generated.CreateChatCompletionResponse
455
+ response: typeof Generated.CreateChatCompletionResponse.Type
456
456
  ): void => {
457
457
  addGenAIAnnotations(span, {
458
458
  response: {