We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76838b9 + 3bd2f42 commit 1bef697Copy full SHA for 1bef697
src/instrumentation/vertexai/instrumentation.ts
@@ -59,7 +59,7 @@ class VertexAIInstrumentation extends InstrumentationBase<any> {
59
startChatPatch(
60
originalMethod,
61
this.tracer,
62
- APIS.vertexai.START_CHAT.METHOD,
+ APIS.vertexai.SEND_MESSAGE.METHOD,
63
this.instrumentationVersion,
64
name,
65
moduleVersion,
@@ -70,7 +70,7 @@ class VertexAIInstrumentation extends InstrumentationBase<any> {
70
71
72
73
74
75
76
0 commit comments