Skip to content

Commit e480f64

Browse files
.
1 parent 0d55b2e commit e480f64

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

sentry_sdk/integrations/openai.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -447,12 +447,6 @@ def _set_embeddings_input_data(
447447
"input"
448448
)
449449

450-
tools = kwargs.get("tools")
451-
if tools is not None and _is_given(tools) and len(tools) > 0:
452-
set_data_normalized(
453-
span, SPANDATA.GEN_AI_REQUEST_AVAILABLE_TOOLS, safe_serialize(tools)
454-
)
455-
456450
model = kwargs.get("model")
457451
if model is not None:
458452
span.set_data(SPANDATA.GEN_AI_REQUEST_MODEL, model)

0 commit comments

Comments
 (0)