We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cd2ca commit 0b2070dCopy full SHA for 0b2070d
packages/core/src/tracing/google-genai/constants.ts
@@ -16,5 +16,4 @@ export const GOOGLE_GENAI_INSTRUMENTED_METHODS = [
16
// Constants for internal use
17
export const GOOGLE_GENAI_SYSTEM_NAME = 'google_genai';
18
export const CHATS_CREATE_METHOD = 'chats.create';
19
-export const EMBED_CONTENT_METHOD = 'models.embedContent';
20
export const CHAT_PATH = 'chat';
0 commit comments