Skip to content

Commit 07978f4

Browse files
committed
Fix failing test
1 parent d7e208d commit 07978f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/evals/test_dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ async def my_task(inputs: TaskInput) -> TaskOutput:
763763
'my chat span',
764764
**{ # type: ignore
765765
'gen_ai.operation.name': 'chat',
766+
'gen_ai.request.model': 'gpt-5-mini',
766767
'gen_ai.usage.input_tokens': 1,
767768
'gen_ai.usage.details.special_tokens': 2,
768769
'other_attribute': 3,

0 commit comments

Comments
 (0)