From d580c585fc1df3b4e5fd6d22bf4bb12effefb0ae Mon Sep 17 00:00:00 2001 From: Chris Park Date: Fri, 20 Dec 2024 10:42:50 -0700 Subject: [PATCH] Update python/instrumentation/openinference-instrumentation-groq/tests/test_tool_calls.py Co-authored-by: Roger Yang <80478925+RogerHYang@users.noreply.github.com> --- .../tests/test_tool_calls.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/python/instrumentation/openinference-instrumentation-groq/tests/test_tool_calls.py b/python/instrumentation/openinference-instrumentation-groq/tests/test_tool_calls.py index 4cc9a365d..f79635354 100644 --- a/python/instrumentation/openinference-instrumentation-groq/tests/test_tool_calls.py +++ b/python/instrumentation/openinference-instrumentation-groq/tests/test_tool_calls.py @@ -184,15 +184,6 @@ def test_tool_calls( ), ] - with using_attributes( - session_id=session_id, - user_id=user_id, - metadata=metadata, - tags=tags, - prompt_template=prompt_template, - prompt_template_version=prompt_template_version, - prompt_template_variables=prompt_template_variables, - ): client.chat.completions.create( model="test_groq_model", tools=input_tools,