Skip to content

Commit c13766b

Browse files
committed
Reformat with ruff.
1 parent f4f648b commit c13766b

File tree

1 file changed

+2
-4
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-google-genai/src/opentelemetry/instrumentation/google_genai

1 file changed

+2
-4
lines changed

instrumentation-genai/opentelemetry-instrumentation-google-genai/src/opentelemetry/instrumentation/google_genai/tool_call_wrapper.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,8 @@ def _create_function_span_attributes(
7171

7272

7373
def _record_function_call_argument(
74-
span,
75-
param_name,
76-
param_value,
77-
include_values):
74+
span, param_name, param_value, include_values
75+
):
7876
attribute_prefix = f"code.function.parameters.{param_name}"
7977
type_attribute = f"{attribute_prefix}.type"
8078
span.set_attribute(type_attribute, type(param_value).__name__)

0 commit comments

Comments
 (0)