We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e208d commit 07978f4Copy full SHA for 07978f4
tests/evals/test_dataset.py
@@ -763,6 +763,7 @@ async def my_task(inputs: TaskInput) -> TaskOutput:
763
'my chat span',
764
**{ # type: ignore
765
'gen_ai.operation.name': 'chat',
766
+ 'gen_ai.request.model': 'gpt-5-mini',
767
'gen_ai.usage.input_tokens': 1,
768
'gen_ai.usage.details.special_tokens': 2,
769
'other_attribute': 3,
0 commit comments