Skip to content

Commit 8afc005

Browse files
committed
add types for messages
1 parent cddab61 commit 8afc005

File tree

4 files changed

+662
-3
lines changed

4 files changed

+662
-3
lines changed

src/providers/anthropic-base/messages.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { MessagesResponse } from '../../types/messages';
2-
import { ErrorResponse, ProviderConfig } from '../types';
1+
import { ProviderConfig } from '../types';
32

43
export const messagesBaseConfig: ProviderConfig = {
54
model: {

src/providers/anthropic/messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MessagesResponse } from '../../types/messages';
1+
import { MessagesResponse } from '../../types/messagesResponse';
22
import { getMessagesConfig } from '../anthropic-base/messages';
33
import { AnthropicErrorResponse } from './types';
44
import { ErrorResponse } from '../types';

0 commit comments

Comments
 (0)