Skip to content

Commit 3c89321

Browse files
committed
Remove todos
1 parent 6368564 commit 3c89321

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

newrelic/hooks/mlmodel_gemini.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ def wrap_generate_content_stream_sync(wrapped, instance, args, kwargs):
269269

270270
ft = FunctionTrace(name=wrapped.__name__, group="Llm/completion/Gemini")
271271
ft.__enter__()
272-
# TODO: Subcomponent? TTFT?
273272
linking_metadata = get_trace_linking_metadata()
274273
try:
275274
return_val = wrapped(*args, **kwargs)
@@ -364,7 +363,6 @@ async def wrap_generate_content_stream_async(wrapped, instance, args, kwargs):
364363

365364
ft = FunctionTrace(name=wrapped.__name__, group="Llm/completion/Gemini")
366365
ft.__enter__()
367-
# TODO: Subcomponent? TTFT?
368366
linking_metadata = get_trace_linking_metadata()
369367
try:
370368
return_val = await wrapped(*args, **kwargs)

0 commit comments

Comments
 (0)