Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 61c8e87

Browse files
committed
chore: openai library version compatibility
1 parent 564617f commit 61c8e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/models/openai-responses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
ResponseTextConfig,
2020
Tool as OpenAITool,
2121
} from 'openai/resources/responses/responses';
22-
import { APIPromise } from 'openai/core';
22+
import { APIPromise } from 'openai/core/api-promise';
2323
import { MCPTool } from '../mcp/types';
2424
import { logger } from '../logger';
2525
import { withResponseSpan, SpanError, ResponseSpanData, GLOBAL_TRACE_PROVIDER } from '../tracing';

0 commit comments

Comments
 (0)