We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93c208 commit 63a9c71Copy full SHA for 63a9c71
tests/integrations/openai/test_openai.py
@@ -2828,6 +2828,8 @@ async def test_streaming_responses_api_async(
2828
(span,) = transaction["spans"]
2829
assert span["op"] == "gen_ai.responses"
2830
2831
+ assert span["data"][SPANDATA.GEN_AI_RESPONSE_MODEL] == "response-model-id"
2832
+
2833
if send_default_pii and include_prompts:
2834
assert span["data"][SPANDATA.GEN_AI_REQUEST_MESSAGES] == '["hello"]'
2835
assert span["data"][SPANDATA.GEN_AI_RESPONSE_TEXT] == "hello world"
0 commit comments