Skip to content

Commit 20aee68

Browse files
committed
refactor: import getAPIProvider and normalize arrow function syntax in OpenAI service
1 parent 942a7f9 commit 20aee68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/services/api/openai/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ import {
6767
isDeferredTool,
6868
SEARCH_EXTRA_TOOLS_TOOL_NAME,
6969
} from '@claude-code-best/builtin-tools/tools/SearchExtraToolsTool/prompt.js'
70+
import { getAPIProvider } from 'src/utils/model/providers.js'
7071

7172
function convertToResponsesReasoningEffort(
7273
effortValue: unknown,

0 commit comments

Comments
 (0)