Skip to content

Commit 0431fa0

Browse files
committed
Merge branch 'development' of github.com:Scale3-Labs/langtrace-python-sdk into ali/s3en-2466-migrate-to-otel-genai-spec
2 parents 234a911 + 47e61e1 commit 0431fa0

File tree

1 file changed

+0
-1
lines changed
  • src/langtrace_python_sdk/instrumentation/openai

1 file changed

+0
-1
lines changed

src/langtrace_python_sdk/instrumentation/openai/patch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ def traced_method(wrapped, instance, args, kwargs):
413413
tools = get_tool_calls(item)
414414
if tools is not None:
415415
tool_calls = []
416-
417416
for tool_call in tools:
418417
tool_call_dict = {
419418
"id": tool_call.id if hasattr(tool_call, "id") else "",

0 commit comments

Comments
 (0)