File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,12 +170,7 @@ export type {
170170 AnthropicAiOptions ,
171171 AnthropicAiResponse ,
172172} from './tracing/anthropic-ai/types' ;
173- export type {
174- GoogleGenAIClient ,
175- GoogleGenAIChat ,
176- GoogleGenAIOptions ,
177- GoogleGenAIIstrumentedMethod ,
178- } from './tracing/google-genai/types' ;
173+ export type { GoogleGenAIClient , GoogleGenAIChat , GoogleGenAIOptions } from './tracing/google-genai/types' ;
179174export type { FeatureFlag } from './utils/featureFlags' ;
180175
181176export {
Original file line number Diff line number Diff line change 1- import type { GOOGLE_GENAI_METHOD_REGISTRY } from './constants' ;
2-
31export interface GoogleGenAIOptions {
42 /**
53 * Enable or disable input recording.
@@ -179,7 +177,5 @@ export interface GoogleGenAIChat {
179177 sendMessageStream : ( ...args : unknown [ ] ) => Promise < AsyncGenerator < GenerateContentResponse , any , unknown > > ;
180178}
181179
182- export type GoogleGenAIIstrumentedMethod = keyof typeof GOOGLE_GENAI_METHOD_REGISTRY ;
183-
184180// Export the response type for use in instrumentation
185181export type GoogleGenAIResponse = GenerateContentResponse ;
You can’t perform that action at this time.
0 commit comments