Skip to content

Commit 2a2f5d4

Browse files
committed
fix: correct chat completions import
1 parent b093069 commit 2a2f5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ResponsesParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { OpenAIError } from '../error';
2-
import { type ChatCompletionTool } from '../resources';
2+
import type { ChatCompletionTool } from '../resources/chat/completions';
33
import {
44
type FunctionTool,
55
type ParsedContent,

0 commit comments

Comments
 (0)