Skip to content

Commit df3da9a

Browse files
committed
Update to use tracking bug in contrib repo
1 parent 2934cca commit df3da9a

File tree

1 file changed

+2
-2
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-vertexai/src/opentelemetry/instrumentation/vertexai

1 file changed

+2
-2
lines changed

instrumentation-genai/opentelemetry-instrumentation-vertexai/src/opentelemetry/instrumentation/vertexai/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def request_to_events(
229229
#
230230
# Function call results can be parts inside of a user Content or in a separate Content
231231
# entry without a role. That may cause duplication in a user event, see
232-
# https://github.com/open-telemetry/semantic-conventions/issues/1883
232+
# https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3280
233233
function_responses = [
234234
part.function_response
235235
for part in content.parts
@@ -268,7 +268,7 @@ def response_to_events(
268268
)
269269

270270
# The original function_call Part is still duplicated in message, see
271-
# https://github.com/open-telemetry/semantic-conventions/issues/1883
271+
# https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3280
272272
yield choice_event(
273273
finish_reason=_map_finish_reason(candidate.finish_reason),
274274
index=candidate.index,

0 commit comments

Comments
 (0)