Skip to content

Commit

Permalink
Update python/instrumentation/openinference-instrumentation-groq/test…
Browse files Browse the repository at this point in the history
…s/test_tool_calls.py

Co-authored-by: Roger Yang <[email protected]>
  • Loading branch information
cjunkin and RogerHYang authored Dec 20, 2024
1 parent 6db5715 commit d580c58
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d580c58

Please sign in to comment.