Skip to content

Commit a5d2f95

Browse files
committed
revert this
1 parent 4ae2982 commit a5d2f95

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

src/shared/api.ts

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
import {
2-
type ModelInfo,
3-
type ProviderSettings,
4-
ANTHROPIC_DEFAULT_MAX_TOKENS,
5-
type ApiHandlerOptions,
6-
} from "@roo-code/types"
7-
8-
// Re-export ApiHandlerOptions for backward compatibility
9-
export type { ApiHandlerOptions }
1+
import { type ModelInfo, type ProviderSettings, ANTHROPIC_DEFAULT_MAX_TOKENS } from "@roo-code/types"
2+
3+
// ApiHandlerOptions
4+
5+
export type ApiHandlerOptions = Omit<ProviderSettings, "apiProvider">
106

117
// RouterName
128

0 commit comments

Comments
 (0)