Skip to content

Commit 0b4698c

Browse files
committed
again, cursor is right
1 parent 201a8ad commit 0b4698c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/core/src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,12 @@ export { ANTHROPIC_AI_INTEGRATION_NAME } from './utils/anthropic-ai/constants';
133133
export { instrumentGoogleGenAIClient } from './utils/google-genai';
134134
export { GOOGLE_GENAI_INTEGRATION_NAME } from './utils/google-genai/constants';
135135
export type { OpenAiClient, OpenAiOptions, InstrumentedMethod } from './utils/openai/types';
136-
export type { AnthropicAiClient, AnthropicAiOptions, AnthropicAiInstrumentedMethod } from './utils/anthropic-ai/types';
136+
export type {
137+
AnthropicAiClient,
138+
AnthropicAiOptions,
139+
AnthropicAiInstrumentedMethod,
140+
AnthropicAiResponse,
141+
} from './utils/anthropic-ai/types';
137142
export type {
138143
GoogleGenAIClient,
139144
GoogleGenAIChat,

0 commit comments

Comments
 (0)